diff -r d8632f589008 -r a55aab592950 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Fri Aug 05 01:22:51 2011 +0200 +++ b/hedgewars/SDLh.pas Sat Aug 06 07:09:30 2011 +0200 @@ -772,6 +772,7 @@ function SDL_GL_CreateContext(window: PSDL_Window): PSDL_GLContext; cdecl; external SDLLibName; procedure SDL_GL_DeleteContext(context: PSDL_GLContext); cdecl; external SDLLibName; function SDL_GL_SwapWindow(window: PSDL_Window): LongInt; cdecl; external SDLLibName; +function SDL_GL_SetSwapInterval(interval: LongInt): LongInt; cdecl; external SDLLibName; procedure SDL_VideoQuit; cdecl; external SDLLibName; function SDL_GetNumVideoDisplays: LongInt; cdecl; external SDLLibName;