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

commitc16667ff5ca570ed68002e1c837a5cae1634ea0c
parentb6229d6dc9
authorIsaac Freund <[email protected]>
date2024-12-26 12:08
rwm: expand on river_output_v1 event timing

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

diff --git a/protocol/river-window-management-v1.xml b/protocol/river-window-management-v1.xml
index 91a2365..ea5a97b 100644
--- a/protocol/river-window-management-v1.xml
+++ b/protocol/river-window-management-v1.xml
@@ -895,6 +895,9 @@
         logical coordinate space. The x and y coordinates may be positive or
         negative.
 
+        This event is sent once when the river_output_v1 is created and again
+        whenever the position changes.
+
         This event is double-buffered state and will be followed by a
         river_window_manager_v1.update event.
 
@@ -912,6 +915,9 @@
         logical coordinate space. The width and height will always be strictly
         greater than zero.
 
+        This event is sent once when the river_output_v1 is created and again
+        whenever the dimensions change.
+
         This event is double-buffered state and will be followed by a
         river_window_manager_v1.update event.