fullscreen switching and missing goatvr_set_fb_size call
[vrfileman] / src / main.cc
index ae84abd..04f8523 100644 (file)
@@ -78,7 +78,7 @@ void app_resize(int x, int y)
        SDL_SetWindowSize(win, x, y);
 }
 
-void app_fullscreen(int fs)
+void app_fullscreen(bool fs)
 {
        SDL_SetWindowFullscreen(win, fs ? SDL_WINDOW_FULLSCREEN_DESKTOP : 0);
 }