From 8ea61fe55a140bead1866bb56c922de6a9fa173a Mon Sep 17 00:00:00 2001 From: Hendrik Woltersdorf Date: Tue, 14 Jun 2016 20:43:35 +0200 Subject: [PATCH] fix errors in xdg-shell-xml for protocol creation --- uwac/protocols/xdg-shell.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/uwac/protocols/xdg-shell.xml b/uwac/protocols/xdg-shell.xml index f98e760d4..f002219a0 100644 --- a/uwac/protocols/xdg-shell.xml +++ b/uwac/protocols/xdg-shell.xml @@ -339,24 +339,32 @@ 0x0000 - 0x0FFF: xdg-shell core values, documented below. 0x1000 - 0x1FFF: GNOME - + + The surface is maximized. The window geometry specified in the configure event must be obeyed by the client. + - + + The surface is fullscreen. The window geometry specified in the configure event must be obeyed by the client. + + The surface is being resized. The window geometry specified in the configure event is a maximum; the client cannot resize beyond it. Clients that have aspect ratio or cell sizing configuration can use a smaller size, however. + + Client window decorations should be painted as if the window is active. Do not assume this means that the window actually has keyboard or pointer focus. +