summaryrefslogtreecommitdiff
path: root/src/sdl.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-01-23 17:32:01 +0000
committerglx <glx@openttd.org>2009-01-23 17:32:01 +0000
commita3dc092ebcb2ed50f4208445120c2ace88d863d1 (patch)
tree1a5e18a6577cc11c287cacbe00dc4997313f324e /src/sdl.h
parent48125a6d5f1737fa4957975fc4102c174d596331 (diff)
downloadopenttd-a3dc092ebcb2ed50f4208445120c2ace88d863d1.tar.xz
(svn r15233) -Fix (r15231): compilation with SDL broken on win32
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;