mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-29 19:51:22 -04:00
GUIdocs changed
MSG_CROSSING back to life
This commit is contained in:
parent
0153f50523
commit
0a63806670
1 changed files with 9 additions and 1 deletions
10
GUIdocs.md
10
GUIdocs.md
|
@ -203,7 +203,15 @@ The header is followed by message-specific data.
|
|||
` uint32_t override_redirect; `
|
||||
` }; `|Map a window with given parameters|
|
||||
|MSG\_CLOSE|None|send wmDeleteMessage to the window|
|
||||
|MSG\_CROSSING|Obsolete|Obsolete, unused|
|
||||
|MSG\_CROSSING|` struct msg_crossing { `
|
||||
` uint32_t type; `
|
||||
` uint32_t x; `
|
||||
` uint32_t y; `
|
||||
` uint32_t state; `
|
||||
` uint32_t mode; `
|
||||
` uint32_t detail; `
|
||||
` uint32_t focus; `
|
||||
` }; `|Notify window about enter/leave event|
|
||||
|MSG\_FOCUS|` struct msg_focus { `
|
||||
` uint32_t type; `
|
||||
` uint32_t mode; `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue