From a3dc092ebcb2ed50f4208445120c2ace88d863d1 Mon Sep 17 00:00:00 2001 From: glx Date: Fri, 23 Jan 2009 17:32:01 +0000 Subject: (svn r15233) -Fix (r15231): compilation with SDL broken on win32 --- src/sdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sdl.h') 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; -- cgit v1.2.3-54-g00ecf