From 9256e97f85f08ab62b1781e41e3e44d83ace617e Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 28 Apr 2026 16:17:34 +1200 Subject: [PATCH 1/5] protocol: Remove duplicate however Signed-off-by: Robert Ancell --- protocol/wayland.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 11f0de36..f1376b05 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -847,8 +847,8 @@ acceptance, wl_data_source.cancelled may still be emitted afterwards if the drop destination does not accept any mime type. - However, this event might however not be received if the compositor - cancelled the drag-and-drop operation before this event could happen. + However, this event might not be received if the compositor cancelled + the drag-and-drop operation before this event could happen. Note that the data_source may still be used in the future and should not be destroyed here. From 074d2d7c896522ab85164c67810ed94081414cdf Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 28 Apr 2026 16:18:09 +1200 Subject: [PATCH 2/5] protocol: Missing 'is' Signed-off-by: Robert Ancell --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index f1376b05..e8699d73 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -2098,7 +2098,7 @@ shared across processes to refer to a specific wl_seat global. The name event is sent after binding to the seat global, and should be sent - before announcing capabilities. This event only sent once per seat object, + before announcing capabilities. This event is only sent once per seat object, and the name does not change over the lifetime of the wl_seat global. Compositors may re-use the same seat name if the wl_seat global is From 59d65434f61497796a88ec59a2a689c730b98153 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 28 Apr 2026 16:18:57 +1200 Subject: [PATCH 3/5] protocol: Incorrect use of bounded Signed-off-by: Robert Ancell --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index e8699d73..c117c9f6 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -140,7 +140,7 @@ specified name as the identifier. - + From 3cf4a8177f6552de96f3d5bc85b0a27dc974cab3 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 28 Apr 2026 16:27:28 +1200 Subject: [PATCH 4/5] protocol: Fix reference to wrong interface Signed-off-by: Robert Ancell --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index c117c9f6..90634f43 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -889,7 +889,7 @@ The most recent action received is always the valid one. The chosen action may change alongside negotiation (e.g. an "ask" action can turn into a "move" operation), so the effects of the final action must - always be applied in wl_data_offer.dnd_finished. + always be applied in wl_data_source.dnd_finished. Clients can trigger cursor surface changes from this point, so they reflect the current action. From c072ae6f5f5b01dc895edef677a0f546fb78cc3b Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 28 Apr 2026 16:28:21 +1200 Subject: [PATCH 5/5] protocol: Fix incorrect event name Signed-off-by: Robert Ancell --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 90634f43..a4e274f8 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -2816,7 +2816,7 @@ of the ellipse, while the minor axis length describes the shorter diameter. Major and minor are orthogonal and both are specified in surface-local coordinates. The center of the ellipse is always at the - touchpoint location as reported by wl_touch.down or wl_touch.move. + touchpoint location as reported by wl_touch.down or wl_touch.motion. This event is only sent by the compositor if the touch device supports shape reports. The client has to make reasonable assumptions about the