fullscreen switching and missing goatvr_set_fb_size call
[vrfileman] / src / app.h
index 93f5f37..0030a9d 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -22,7 +22,7 @@ void app_mouse_motion(int x, int y);
 
 // the following functions are implemented by the window system backend
 void app_resize(int x, int y);
-void app_fullscreen(int fs);
+void app_fullscreen(bool fs);
 void app_quit();
 void app_redraw();
 void app_swap_buffers();