X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=a4ce8d648970442a5dd40f8e3e3416c7ff366607;hb=6d37ddaaf9915af0f483f4fc04d07b98e99e091e;hp=543e90ab89965ab304b6a94796810bffbf7d42c2;hpb=fe158e864d3fa4b0221e9c88d8dfff0157051396;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 543e90ab..a4ce8d64 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -61,6 +61,8 @@ typedef int Colormap; struct SDLSurfaceInfo { char *source_filename; + + int width, height; SDL_Surface *surface; SDL_Surface *surface_masked; GC gc;