Merge branch 'cursor' of https://github.com/pwmarcz/qubes-doc into pwmarcz-cursor
This commit is contained in:
commit
9c3d182a77
|
@ -261,6 +261,15 @@ struct msg_window_flags {
|
||||||
</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…
Reference in New Issue
Block a user