Bugfix: Don’t draw borders for fullscreen windows

This commit is contained in:
Michael Stapelberg
2010-11-21 17:00:10 +01:00
parent 09b5b17830
commit 2d280469af
4 changed files with 15 additions and 8 deletions

View File

@ -13,6 +13,6 @@
* updated in X11.
*
*/
void render_con(Con *con);
void render_con(Con *con, bool render_fullscreen);
#endif