rnd-20091205-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 3791f1e6523b07e16e7d70b6886f5b22a01cefc0..73b5472f7d8201fdb99d8ded8bb06a6cf3fb4bdb 100644 (file)
@@ -657,6 +657,8 @@ struct OptionInfo
   boolean verbose;
   boolean debug;
   boolean debug_x11_sync;
+
+  unsigned long cmd_switches;
 };
 
 struct ScreenModeInfo
@@ -726,6 +728,8 @@ struct GfxInfo
   int vx, vy;
   int vxsize, vysize;
 
+  int win_xsize, win_ysize;
+
   int draw_deactivation_mask;
   int draw_background_mask;
 
@@ -1144,6 +1148,7 @@ void ClosePlatformDependentStuff(void);
 void InitGfxFieldInfo(int, int, int, int, int, int, int, int, Bitmap *);
 void InitGfxDoor1Info(int, int, int, int);
 void InitGfxDoor2Info(int, int, int, int);
+void InitGfxWindowInfo(int, int);
 void InitGfxScrollbufferInfo(int, int);
 void InitGfxDrawBusyAnimFunction(void (*draw_busy_anim_function)(void));
 void InitGfxCustomArtworkInfo();