git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit3125c41b981bde009a27d2c483e1d8410646b7d7
parentffd4ea8f66
authorIsaac Freund <[email protected]>
date2026-02-23 16:02
protocol: clarify op_start_pointer focus semantics

 protocol/river-window-management-v1.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/protocol/river-window-management-v1.xml b/protocol/river-window-management-v1.xml
index 9add976..34536dc 100644
--- a/protocol/river-window-management-v1.xml
+++ b/protocol/river-window-management-v1.xml
@@ -1622,10 +1622,10 @@
 
         This request is ignored if an operation is already in progress.
 
-        The compositor must ensure that no client has pointer focus during the
-        pointer operation. This means that the window manager has control
-        over the pointer's cursor surface/shape during the pointer operation.
-        See the river_seat_v1 description.
+        The compositor must ensure that no client has pointer focus from this
+        seat during the pointer operation. This means that the window manager
+        has control over the pointer's cursor surface/shape during the pointer
+        operation. See the river_seat_v1 description.
 
         This request modifies window management state and may only be made as
         part of a manage sequence, see the river_window_manager_v1 description.