Add render_deco_height()

This commit is contained in:
oblique
2013-02-08 15:23:50 +02:00
committed by Michael Stapelberg
parent b565bfca13
commit b0e2be9a6b
4 changed files with 19 additions and 6 deletions

View File

@ -21,4 +21,9 @@
*/
void render_con(Con *con, bool render_fullscreen);
/*
* Returns the height for the decorations
*/
int render_deco_height(void);
#endif