(svn r569) Fix type mismatch
authortron
Sat, 13 Nov 2004 18:15:03 +0000
changeset 380 03dd36311cc1
parent 379 4605aa187b18
child 381 94c4794d6bd4
(svn r569) Fix type mismatch
window.h
--- a/window.h	Sat Nov 13 18:08:45 2004 +0000
+++ b/window.h	Sat Nov 13 18:15:03 2004 +0000
@@ -419,7 +419,7 @@
 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);