implement con_toggle_fullscreen

This commit is contained in:
Michael Stapelberg
2010-04-17 17:40:41 +02:00
parent b244ce3915
commit 6bf55dc356
2 changed files with 23 additions and 0 deletions

View File

@ -17,5 +17,6 @@ void con_detach(Con *con);
enum { WINDOW_ADD = 0, WINDOW_REMOVE = 1 };
void con_fix_percent(Con *con, int action);
void con_toggle_fullscreen(Con *con);
#endif