Add protocol for setting the pointer image

This commit is contained in:
Kristian Høgsberg 2010-08-16 10:38:29 -04:00
parent b036ad4a9a
commit 77fb167956
5 changed files with 110 additions and 82 deletions

View file

@ -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"/>