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
commit0d871695633dbda2072c3c0c41a4a3f3e28874bb (patch)
tree1a5e18a6577cc11c287cacbe00dc4997313f324e /src/sdl.h
parent2a76f869a3d72aa97d75675cd892ff50c2b7289f (diff)
downloadopenttd-0d871695633dbda2072c3c0c41a4a3f3e28874bb.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;