X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=79827b4501dc6247076dc4dd1385378d813ca1be;hp=3525122001825f750a9cf62826cd4c350c7203b7;hb=14d7691c65ca4a466ce9b9448153e8fbe8351a81;hpb=31dd0f97d078a43ac6b23e06cafcd9b7c145d130 diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 35251220..79827b45 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -92,12 +92,6 @@ typedef SDL_Event ExposeEvent; typedef SDL_Event FocusChangeEvent; typedef SDL_Event ClientMessageEvent; -typedef int GC; -typedef int Pixmap; -typedef int Display; -typedef int Visual; -typedef int Colormap; - /* structure definitions */ @@ -108,8 +102,6 @@ struct SDLSurfaceInfo int width, height; SDL_Surface *surface; SDL_Surface *surface_masked; - GC gc; - GC stored_clip_gc; }; struct MouseCursorInfo