mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-03-18 12:46:01 -04:00
GUIdocs changed
MSG_WINDOW_HINTS
This commit is contained in:
parent
c9595cf6ee
commit
5ea7d050e0
11
GUIdocs.md
11
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
|
||||
-----------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user