mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Add protocol for setting the pointer image
This commit is contained in:
parent
b036ad4a9a
commit
77fb167956
5 changed files with 110 additions and 82 deletions
|
|
@ -119,6 +119,12 @@
|
|||
</interface>
|
||||
|
||||
<interface name="input_device" version="1">
|
||||
<request name="attach">
|
||||
<arg name="buffer" type="object" interface="buffer"/>
|
||||
<arg name="hotspot_x" type="int"/>
|
||||
<arg name="hotspot_y" type="int"/>
|
||||
</request>
|
||||
|
||||
<event name="motion">
|
||||
<arg name="time" type="uint"/>
|
||||
<arg name="x" type="int"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue