mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-07 14:32:59 -04:00
parent
0dc5fcae8f
commit
9e97e03d14
1 changed files with 10 additions and 1 deletions
|
@ -255,12 +255,21 @@ struct msg_window_hints {
|
||||||
<td>MSG_WINDOW_FLAGS</td>
|
<td>MSG_WINDOW_FLAGS</td>
|
||||||
<td><pre>
|
<td><pre>
|
||||||
struct msg_window_flags {
|
struct msg_window_flags {
|
||||||
uint32_t flags_set;
|
uint32_t flags_set;
|
||||||
uint32_t flags_unset;
|
uint32_t flags_unset;
|
||||||
};
|
};
|
||||||
</pre> </td>
|
</pre> </td>
|
||||||
<td>Change window state request; fields contains bitmask which flags request to be set and which unset</td>
|
<td>Change window state request; fields contains bitmask which flags request to be set and which unset</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>MSG_CURSOR</td>
|
||||||
|
<td><pre>
|
||||||
|
struct msg_cursor {
|
||||||
|
uint32_t cursor;
|
||||||
|
};
|
||||||
|
</pre> </td>
|
||||||
|
<td>Update cursor pointer for a window. Supported cursor IDs are default cursor (0) and <a href="https://tronche.com/gui/x/xlib/appendix/b/">X Font cursors</a> (with 0x100 bit set).</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
Dom0 -> AppVM messages
|
Dom0 -> AppVM messages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue