X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=9c48d515b8ce2ec9cd3b1707c82db6d0197f4b9e;hb=ff56a43aa3799aa3357f4deca4d6482fc25a6a41;hp=cc60462b05e52fd8b926f03b51a77e2173dbd6a5;hpb=621b6a2c4781c9c3e2f5849f9c184a906e0ce5b6;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index cc60462b..9c48d515 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -1,15 +1,14 @@ /*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * +* Artsoft Retro-Game Library * *----------------------------------------------------------* -* ©1995 Artsoft Development * -* Holger Schemel * -* 33659 Bielefeld-Senne * -* Telefon: (0521) 493245 * -* eMail: aeglos@valinor.owl.de * -* aeglos@uni-paderborn.de * -* q99492@pbhrzx.uni-paderborn.de * +* (c) 1994-2000 Artsoft Entertainment * +* Holger Schemel * +* Detmolder Strasse 189 * +* 33604 Bielefeld * +* Germany * +* e-mail: info@artsoft.org * *----------------------------------------------------------* -* sdl.h * +* sdl.h * ***********************************************************/ #ifndef SDL_H @@ -33,15 +32,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 +55,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