diff -r 8710987d3484 -r 25d4118056e1 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Tue Aug 09 21:31:49 2011 +0200 +++ b/hedgewars/SDLh.pas Tue Aug 09 21:41:52 2011 +0200 @@ -783,6 +783,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;