Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
docs: improve protocol wording
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 444b92c..64bfa58 100644
--- a/protocol/river-window-management-v1.xml
+++ b/protocol/river-window-management-v1.xml
@@ -42,14 +42,14 @@
There are two disjoint categories of state managed by this protocol:
- Window management state influences the communication between the server
- and individual window clients (e.g. xdg_toplevels). Window management
+ Window management state influences the communication between the
+ compositor and individual windows (e.g. xdg_toplevels). Window management
state includes window dimensions, fullscreen state, keyboard focus,
keyboard bindings, and more.
Rendering state only affects the rendered output of the compositor and
- does not influence communication between the server and individual window
- clients. Rendering state includes the position and rendering order of
+ does not influence communication between the compositor and individual
+ windows. Rendering state includes the position and rendering order of
windows, shell surfaces, decoration surfaces, borders, and more.
Window management state may only be modified by the window manager as part