aboutsummaryrefslogtreecommitdiff
path: root/unstable/xdg-decoration/README
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2018-06-18 06:16:21 -0400
committerJonas Ådahl <jadahl@gmail.com>2018-07-04 23:23:14 +0200
commit76d1ae8c65739eff3434ef219c58a913ad34e988 (patch)
treed24a17280f13925abfae71404f1f69305af6126c /unstable/xdg-decoration/README
parent7287469e0f6ca33a0f515813305d8d4cc5be5a5f (diff)
unstable: add xdg-decoration protocol
This adds a new protocol to negotiate server-side rendering of window decorations for xdg-toplevels. This allows compositors that want to draw decorations themselves to send their preference to clients, and clients that prefer server-side decorations to request them. This is inspired by a protocol from KDE [1] which has been implemented in KDE and Sway and was submitted for consideration in 2017 [2]. This patch provides an updated protocol with those concerns taken into account. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Drew DeVault <sir@cmpwn.com> Reviewed-by: David Edmundson <davidedmundson@kde.org> Reviewed-by: Eike Hein <hein@kde.org> Reviewed-by: Alan Griffiths <alan.griffiths@canonical.com> Reviewed-by: Jonas Ådahl <jadahl@gmail.com> [1] https://github.com/KDE/kwayland/blob/master/src/client/protocols/server-decoration.xml [2] https://lists.freedesktop.org/archives/wayland-devel/2017-October/035564.html
Diffstat (limited to 'unstable/xdg-decoration/README')
-rw-r--r--unstable/xdg-decoration/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/unstable/xdg-decoration/README b/unstable/xdg-decoration/README
new file mode 100644
index 0000000..73f0c52
--- /dev/null
+++ b/unstable/xdg-decoration/README
@@ -0,0 +1,4 @@
+xdg_decoration protocol
+
+Maintainers:
+Simon Ser <contact@emersion.fr>