Runtime fullscreen toggle TODO: Fix bug that prevents from closing the window after a fullscreen toggle

This commit is contained in:
Simon Robertshaw
2011-05-15 20:40:08 +01:00
parent d8e7c82f1c
commit 1ddff1ad3b
3 changed files with 19 additions and 5 deletions

View File

@@ -206,4 +206,5 @@ void sdl_seticon(void);
void play_sound(char *file);
void start_grav_async(void);
void stop_grav_async(void);
void set_scale(int scale, int kiosk);
#endif