Mercurial > mm7
diff GUIFont.h @ 688:c0bfb386b15f
some ui cleanup
author | Gloval |
---|---|
date | Sat, 16 Mar 2013 01:11:39 +0400 |
parents | 038a4d09406f |
children | 502b8b2e36b4 |
line wrap: on
line diff
--- a/GUIFont.h Fri Mar 15 15:58:18 2013 +0200 +++ b/GUIFont.h Sat Mar 16 01:11:39 2013 +0400 @@ -44,7 +44,7 @@ #pragma pack(pop) GUIFont *LoadFont(const char *pFontFile, const char *pFontPalette, ...); -char * FitTextInAWindow(const char *pInString, GUIFont *pFont, GUIWindow *pWindow, unsigned int uX, int a5); +char * FitTextInAWindow(const char *pInString, GUIFont *pFont, GUIWindow *pWindow, signed int uX, int a5); extern struct GUIFont *pAutonoteFont;