From 5ea7d050e0a2eac1b581657069a51704af5b0bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 9 Jul 2012 22:57:55 +0000 Subject: [PATCH] GUIdocs changed MSG_WINDOW_HINTS --- GUIdocs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/GUIdocs.md b/GUIdocs.md index dde84869..7f3321a0 100644 --- a/GUIdocs.md +++ b/GUIdocs.md @@ -151,6 +151,17 @@ The header is followed by message-specific data. ` char data[128]; ` ` } ; `|Set the window name; only printable characters are allowed| |MSG\_DOCK|None|Dock the window in the tray| +|MSG\_WINDOW\_HINTS|` struct msg_window_hints { ` + ` uint32_t flags; ` + ` uint32_t min_width; ` + ` uint32_t min_height; ` + ` uint32_t max_width; ` + ` uint32_t max_height; ` + ` uint32_t width_inc; ` + ` uint32_t height_inc; ` + ` uint32_t base_width; ` + ` uint32_t base_height; ` + ` }; `|Size hints for window manager| Dom0 -\> AppVM messages -----------------------