X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=c88b6a82818191f7348d792a094e10c97c4de7fd;hp=60a8411f4ffb66c1793d58edc7ff2e448325b88b;hb=bf9e47bb97f16c998644758a383209fa4d4fc87b;hpb=19b0eb2d9f297c73cae1e57fc7774ae5ce97daf7 diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 60a8411f..c88b6a82 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -440,6 +440,10 @@ SDL_Surface *SDL_DisplayFormat(SDL_Surface *); void SDLSetWindowScaling(int); void SDLSetWindowScalingQuality(char *); void SDLSetWindowFullscreen(boolean); +void SDLSetDisplaySize(void); +void SDLSetScreenSizeAndOffsets(int, int); +void SDLSetScreenSizeForRenderer(int, int); +void SDLSetScreenProperties(void); #endif void SDLSetScreenRenderingMode(char *);