Changeset - r380:46a0a2dac9f7
[Not reviewed]
master
0 1 0
tron - 20 years ago 2004-11-13 18:15:03
tron@openttd.org
(svn r569) Fix type mismatch
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
window.h
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)