summaryrefslogtreecommitdiff
path: root/src/sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl.h')
-rw-r--r--src/sdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl.h b/src/sdl.h
index 724124621..f1a13b924 100644
--- a/src/sdl.h
+++ b/src/sdl.h
@@ -48,6 +48,7 @@ void SdlClose(uint32 x);
int (SDLCALL *SDL_SetColorKey)(SDL_Surface *, Uint32, Uint32);
void (SDLCALL *SDL_WM_SetIcon)(SDL_Surface *, Uint8 *);
Uint32 (SDLCALL *SDL_MapRGB)(SDL_PixelFormat *, Uint8, Uint8, Uint8);
+ int (SDLCALL *SDL_VideoModeOK)(int, int, int, Uint32);
};
extern SDLProcs sdl_proc;