summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-04-18 06:33:01 +1000
committerKristian Høgsberg <krh@bitplanet.net>2013-04-18 16:28:52 -0400
commitcfec3aecb96da982c51791ed8335d1e70089e9af (patch)
treeaed9cd518b2f4f13bb46be53de88ae47b05a7d4e
parente7d0a0b0ed4f61ce8fbddc0a49a95f04e0959be4 (diff)
protocol: revert hotspot_x/y in set_cursor back to int1.1
copy/paste error introduced in 9c0357af6ee42c318ce37b458ae7bdb7d51316cb Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--protocol/wayland.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index edb8a03..3bce022 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1217,8 +1217,8 @@
<arg name="serial" type="uint" summary="serial of the enter event"/>
<arg name="surface" type="object" interface="wl_surface" allow-null="true"/>
- <arg name="hotspot_x" type="fixed" summary="x coordinate in surface-relative coordinates"/>
- <arg name="hotspot_y" type="fixed" summary="y coordinate in surface-relative coordinates"/>
+ <arg name="hotspot_x" type="int" summary="x coordinate in surface-relative coordinates"/>
+ <arg name="hotspot_y" type="int" summary="y coordinate in surface-relative coordinates"/>
</request>
<event name="enter">