summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
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;