src/window.h
changeset 7341 02515d0d4ced
parent 7284 d7903fff2d0b
child 7367 cafca0510781
--- a/src/window.h	Fri Jul 27 08:33:33 2007 +0000
+++ b/src/window.h	Fri Jul 27 12:49:04 2007 +0000
@@ -191,7 +191,7 @@
 };
 
 struct WindowDesc {
-	int16 left, top, width, height;
+	int16 left, top, minimum_width, minimum_height, default_width, default_height;
 	WindowClass cls;
 	WindowClass parent_cls;
 	uint32 flags;