src/window.h
branchcpp_gui
changeset 6238 1ff56ccccbb5
parent 6237 bce32e54c993
child 6239 925a1bba771f
--- a/src/window.h	Tue Feb 13 01:04:32 2007 +0000
+++ b/src/window.h	Tue Feb 13 09:54:37 2007 +0000
@@ -387,6 +387,9 @@
 	static Window* FindById(WindowClass cls, WindowNumber num);
 	static void SetDirtyById(WindowClass cls, WindowNumber num);
 
+	int GetMenuItemIndex(int x, int y) const;
+	void ResizeWindow(int x, int y);
+
 	void AssignWidgetToWindow(const Widget *widget);
 
 	void InvalidateWidget(byte widget_index) const;
@@ -741,7 +744,6 @@
 Window *AllocateWindowDescFront(const WindowDesc *desc, int window_number);
 
 void DrawWindowViewport(const Window *w);
-void ResizeWindow(Window *w, int x, int y);
 
 /**
  * Sets the enabled/disabled status of a widget.
@@ -893,7 +895,6 @@
 void InitWindowSystem(void);
 void UnInitWindowSystem(void);
 void ResetWindowSystem(void);
-int GetMenuItemIndex(const Window *w, int x, int y);
 void InputLoop(void);
 void InvalidateThisWindowData(Window *w);
 void InvalidateWindowData(WindowClass cls, WindowNumber number);