rnd-20001203-2-src
[rocksndiamonds.git] / src / libgame / sdl.h
index cc60462b05e52fd8b926f03b51a77e2173dbd6a5..c3c46682d51413330fcbfeb3bd7610c204a72332 100644 (file)
 #define FULLSCREEN_STATUS      FULLSCREEN_AVAILABLE
 
 
-/* structure definitions */
-
-struct SDLSurfaceInfo
-{
-  SDL_Surface *surface;
-  SDL_Surface *surface_masked;
-};
-
-
 /* SDL type definitions */
 
 typedef struct SDLSurfaceInfo  *Bitmap;
@@ -65,6 +56,17 @@ typedef int                  Visual;
 typedef int                    Colormap;
 
 
+/* structure definitions */
+
+struct SDLSurfaceInfo
+{
+  SDL_Surface *surface;
+  SDL_Surface *surface_masked;
+  GC gc;
+  GC stored_clip_gc;
+};
+
+
 /* SDL symbol definitions */
 
 #define None                   0L