From b78cc04bf5b4518777e6542d8b5befc4010b23d7 Mon Sep 17 00:00:00 2001 From: Yoz Grahame Date: Wed, 28 Nov 2012 16:28:14 -0800 Subject: [PATCH] Go fullscreen on startup --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 256a550058..4cbd6d7281 100644 --- a/main.cpp +++ b/main.cpp @@ -242,6 +242,7 @@ void initDisplay(void) glEnable(GL_DEPTH_TEST); load_png_as_texture(texture_filename); + glutFullScreen(); } void init(void)