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