From 76d1ae8c65739eff3434ef219c58a913ad34e988 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 18 Jun 2018 06:16:21 -0400 Subject: unstable: add xdg-decoration protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Drew DeVault Reviewed-by: David Edmundson Reviewed-by: Eike Hein Reviewed-by: Alan Griffiths Reviewed-by: Jonas Ã…dahl [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 --- unstable/xdg-decoration/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unstable/xdg-decoration/README (limited to 'unstable/xdg-decoration/README') 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 -- cgit v1.2.3