hedgewars/SDLh.pas
changeset 6286 835392304f81
parent 6285 2c3a6bece643
child 6327 1a69a0d52d32
child 6328 d14adf1c7721
--- a/hedgewars/SDLh.pas	Sat Nov 05 06:02:32 2011 +0100
+++ b/hedgewars/SDLh.pas	Sat Nov 05 06:06:04 2011 +0100
@@ -919,7 +919,7 @@
 function  TTF_Init: LongInt; cdecl; external SDL_TTFLibName;
 procedure TTF_Quit; cdecl; external SDL_TTFLibName;
 
-function  TTF_SizeUTF8(font: PTTF_Font; const text: PChar; out w, h: LongInt): LongInt; cdecl; external SDL_TTFLibName;
+function  TTF_SizeUTF8(font: PTTF_Font; const text: PChar; w, h: PLongInt): LongInt; cdecl; external SDL_TTFLibName;
 
 function  TTF_RenderUTF8_Solid(font: PTTF_Font; const text: PChar; fg: TSDL_Color): PSDL_Surface; cdecl; external SDL_TTFLibName;
 function  TTF_RenderUTF8_Blended(font: PTTF_Font; const text: PChar; fg: TSDL_Color): PSDL_Surface; cdecl; external SDL_TTFLibName;