1
0
Fork 0

(svn r569) Fix type mismatch

release/0.4.5
tron 2004-11-13 18:15:03 +00:00
parent e31f37d578
commit e260aa3870
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ void GuiShowTooltips(uint16 string_id);
void UnclickWindowButtons(Window *w);
void UnclickSomeWindowButtons(Window *w, uint32 mask);
void RelocateAllWindows(int neww, int newh);
int32 PositionMainToolbar(Window *w);
int PositionMainToolbar(Window *w);
/* widget.c */
int GetWidgetFromPos(Window *w, int x, int y);