diff options
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 4 |
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"> |