mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 05:50:09 +01:00
tablet-v2: fix typo in set_cursor serial description
This interface has no "enter" event. This was likely copy-pasted from wl_pointer.set_cursor. The event which indicates focus is proximity_in. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
cc0cd4addf
commit
18aa7b27f7
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@
|
|||
previously been used as cursor surface for a different tool, a
|
||||
protocol error is raised.
|
||||
</description>
|
||||
<arg name="serial" type="uint" summary="serial of the enter event"/>
|
||||
<arg name="serial" type="uint" summary="serial of the proximity_in event"/>
|
||||
<arg name="surface" type="object" interface="wl_surface" allow-null="true"/>
|
||||
<arg name="hotspot_x" type="int" summary="surface-local x coordinate"/>
|
||||
<arg name="hotspot_y" type="int" summary="surface-local y coordinate"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue