--- a/hedgewars/SDLh.pas Wed Feb 02 23:21:14 2011 +0100
+++ b/hedgewars/SDLh.pas Wed Feb 02 23:38:44 2011 +0100
@@ -719,6 +719,8 @@
function SDL_SetRenderDrawColor(r,g,b,a: byte): LongInt; cdecl; external SDLLibName;
function SDL_DestroyRenderer(window: PSDL_Window): LongInt; cdecl; external SDLLibName;
function SDL_DestroyWindow(window: PSDL_Window): LongInt; cdecl; external SDLLibName;
+function SDL_SelectVideoDisplay(index: LongInt): LongInt; cdecl; external SDLLibName;
+function SDL_GetNumVideoDisplays: LongInt; cdecl; external SDLLibName;
function SDL_RenderFill(rect: PSDL_Rect): LongInt;
function SDL_RenderFillRect(rect: PSDL_Rect): LongInt; cdecl; external SDLLibName;