diff -r 8dfa509ed75d -r 02515d0d4ced src/window.h --- 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;