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

commit10220d5046e6aa6542961f3f83ade13cd999e677
parenteb604152b2
authorIsaac Freund <[email protected]>
date2025-01-15 18:16
rwm: clarify shell_surface_interaction description

 protocol/river-window-management-v1.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/protocol/river-window-management-v1.xml b/protocol/river-window-management-v1.xml
index ae93d19..85e8395 100644
--- a/protocol/river-window-management-v1.xml
+++ b/protocol/river-window-management-v1.xml
@@ -1174,7 +1174,8 @@
         Rationale: While the shell surface does receive all wl_pointer,
         wl_touch, etc. input events for the surface directly, these events do
         not necessarily trigger an update sequence and therefore do not allow
-        the window manager to update focus in a race-free way.
+        the window manager to update focus or perform other actions in response
+        to the input in a race-free way.
 
         This event is double-buffered state and will be followed by a
         river_window_manager_v1.update event.