GUIdocs changed

MSG_WINDOW_HINTS
This commit is contained in:
Marek Marczykowski-Górecki 2012-07-09 22:57:55 +00:00
parent c9595cf6ee
commit 5ea7d050e0

View File

@ -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
-----------------------