i3
include/render.h
Go to the documentation of this file.
00001 /*
00002  * vim:ts=4:sw=4:expandtab
00003  */
00004 
00005 #ifndef _RENDER_H
00006 #define _RENDER_H
00007 
00016 void render_con(Con *con, bool render_fullscreen);
00017 
00018 #endif