rnd-20060804-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 6161b2746e9829bb72b0f888d64759efbe531431..132e441efaea9dced2cf6bfef85a0d9da0a1b4cc 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
@@ -1084,6 +1086,7 @@ void PeekEvent(Event *event);
 Key GetEventKey(KeyEvent *, boolean);
 KeyMod HandleKeyModState(Key, int);
 KeyMod GetKeyModState();
+KeyMod GetKeyModStateFromEvents();
 boolean CheckCloseWindowEvent(ClientMessageEvent *);
 
 void InitJoysticks();