i3
include/render.h
Go to the documentation of this file.
00001 /*
00002  * vim:ts=4:sw=4:expandtab
00003  *
00004  * i3 - an improved dynamic tiling window manager
00005  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
00006  *
00007  * render.c: Renders (determines position/sizes) the layout tree, updating the
00008  *           various rects. Needs to be pushed to X11 (see x.c) to be visible.
00009  *
00010  */
00011 #ifndef _RENDER_H
00012 #define _RENDER_H
00013 
00022 void render_con(Con *con, bool render_fullscreen);
00023 
00024 #endif