hedgewars/SDLh.pas
changeset 4911 5d10bd725efe
parent 4454 42bfc1a70968
child 4933 86bd82d58a0b
--- 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;