X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=c3c46682d51413330fcbfeb3bd7610c204a72332;hp=cc60462b05e52fd8b926f03b51a77e2173dbd6a5;hb=1465ca1ffdf2104d25b9a46ca9bf8a3f175403fd;hpb=621b6a2c4781c9c3e2f5849f9c184a906e0ce5b6 diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index cc60462b..c3c46682 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -33,15 +33,6 @@ #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