diff options
author | Simon Ser <contact@emersion.fr> | 2023-05-09 11:59:35 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-05-09 11:59:35 +0200 |
commit | 18aa7b27f7ef3ee024f3fbc3818b75176a10a692 (patch) | |
tree | 44c0d189b84ca7111a28bfffdc14d4cc59b8bb08 /unstable/tablet/tablet-unstable-v2.xml | |
parent | cc0cd4addf68df7a14bf7f4c9c2daa6489fc20d7 (diff) |
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>
Diffstat (limited to 'unstable/tablet/tablet-unstable-v2.xml')
-rw-r--r-- | unstable/tablet/tablet-unstable-v2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unstable/tablet/tablet-unstable-v2.xml b/unstable/tablet/tablet-unstable-v2.xml index 6e4d9a3..ccbb541 100644 --- a/unstable/tablet/tablet-unstable-v2.xml +++ b/unstable/tablet/tablet-unstable-v2.xml @@ -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"/> |