src/window_gui.h
changeset 9178 3235f895bf12
parent 9168 888730a77af3
child 9182 412cb6c0caf1
--- a/src/window_gui.h	Sun May 11 07:22:13 2008 +0000
+++ b/src/window_gui.h	Sun May 11 11:41:18 2008 +0000
@@ -279,8 +279,10 @@
 	void HandleWindowEvent(WindowEvent *e);
 
 protected:
-	void Initialize(int x, int y, int min_width, int min_height, int def_width, int def_height,
+	void Initialize(int x, int y, int min_width, int min_height,
 			WindowProc *proc, WindowClass cls, const Widget *widget, int window_number, void *data);
+	void FindWindowPlacementAndResize(int def_width, int def_height);
+	void FindWindowPlacementAndResize(const WindowDesc *desc);
 
 public:
 	Window(int x, int y, int width, int height, WindowProc *proc, WindowClass cls, const Widget *widget, void *data = NULL);