mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: revert hotspot_x/y in set_cursor back to int
copy/paste error introduced in 9c0357af6e
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e7d0a0b0ed
commit
cfec3aecb9
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue