From c03cb2c8dbc83119dc811f65ed2a48cdeb3e6f2b Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 27 Jul 2007 12:49:04 +0000 Subject: (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. --- src/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index a30a0a34f..60173560c 100644 --- a/src/window.h +++ b/src/window.h @@ -191,7 +191,7 @@ struct WindowEvent { }; 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; -- cgit v1.2.3-54-g00ecf