X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=2402ca522a159ab2c72ce404cf38a2e8fb9cb4b7;hb=766384cc29e6d22af67fe3329069291efc0f681a;hp=195a8011c749ed56849f1202088fbf157145ca07;hpb=c86db3c619ea29169974c9afaf15af012f0f0366;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 195a8011..2402ca52 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -437,11 +437,11 @@ void SDLFreeBitmapTextures(Bitmap *); SDL_Surface *SDL_DisplayFormat(SDL_Surface *); void SDLSetWindowScaling(int); void SDLSetWindowScalingQuality(char *); -void SDLSetScreenRenderingMode(char *); void SDLSetWindowFullscreen(boolean); -void SDLRedrawWindow(); #endif +void SDLSetScreenRenderingMode(char *); +void SDLRedrawWindow(); void SDLSetWindowTitle(void); void SDLLimitScreenUpdates(boolean);