rnd-20060802-3-src
[rocksndiamonds.git] / src / libgame / system.h
index 6161b2746e9829bb72b0f888d64759efbe531431..4fde8ea672a9f55f65d36e9993d1431ed1bc1e9c 100644 (file)
@@ -597,9 +597,11 @@ struct VideoSystemInfo
 {
   int default_depth;
   int width, height, depth;
+
   boolean fullscreen_available;
   boolean fullscreen_enabled;
   struct ScreenModeInfo *fullscreen_modes;
+  char *fullscreen_mode_current;
 };
 
 struct AudioSystemInfo