X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=79827b4501dc6247076dc4dd1385378d813ca1be;hb=4c97b1045b53135f75e9324747abb5e9286b813d;hp=3525122001825f750a9cf62826cd4c350c7203b7;hpb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;p=rocksndiamonds.git 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