summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2024-03-15 18:02:44 +0100
committerSimon Ser <contact@emersion.fr>2024-03-28 13:27:54 +0000
commit4945f2664fced2cb7b6d836169cfe6e87ee19b90 (patch)
tree236ae34cb519f8027b60f2dd8e359c19d0447799
parent2e0dbb7021f713924954c37537f7831791135c30 (diff)
wl_touch.cancel: document lack of frame event
This appears to be what at least wlroots-based compositors and kwin do in practice. However, it's not abundantly clear from the protocol text what the expected behavior here is. This patch fixes that. Signed-off-by: Isaac Freund <mail@isaacfreund.com>
-rw-r--r--protocol/wayland.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index d817a6e..d1a75a7 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -2625,6 +2625,8 @@
currently active on this client's surface. The client is
responsible for finalizing the touch points, future touch points on
this surface may reuse the touch point ID.
+
+ No frame event is required after the cancel event.
</description>
</event>