rnd-20140108-1-src
[rocksndiamonds.git] / src / libgame / system.c
index 39c78b3fef57230c58ae320f6632572ff1f1d64c..b6cdf649725b3fd08feccd44f152430e4a3069ca 100644 (file)
@@ -438,12 +438,15 @@ void CloseVideoDisplay(void)
 
 void InitVideoBuffer(int width, int height, int depth, boolean fullscreen)
 {
+  printf("::: InitVideoBuffer\n");
+
   video.width = width;
   video.height = height;
   video.depth = GetRealDepth(depth);
 
   video.fullscreen_available = FULLSCREEN_STATUS;
   video.fullscreen_enabled = FALSE;
+  // video.fullscreen_initial = FALSE;
 #if 0
   video.fullscreen_mode_current = NULL;
   video.fullscreen_modes = NULL;