From 5315fdabd415fd76f6fb9b10472cb46dab0792ea Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 9 Nov 2015 13:58:12 +1000 Subject: xdg_shell: add missing tags to the 'state' enum entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The scanner parses CDATA in but lets it disappear otherwise. To have descriptive text associated with the , we need a tag - and that must have a summary attribute. The current scanner doesn't handle however, so to get the summary printed in the output file we still need the summary attribute in the entry tag too. Signed-off-by: Peter Hutterer Reviewed-by: Derek Foreman Reviewed-by: Jonas Ã…dahl --- unstable/xdg-shell/xdg-shell-unstable-v5.xml | 34 +++++++++++++++++----------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/unstable/xdg-shell/xdg-shell-unstable-v5.xml b/unstable/xdg-shell/xdg-shell-unstable-v5.xml index 64346fb..127992b 100644 --- a/unstable/xdg-shell/xdg-shell-unstable-v5.xml +++ b/unstable/xdg-shell/xdg-shell-unstable-v5.xml @@ -340,23 +340,31 @@ 0x1000 - 0x1FFF: GNOME - The surface is maximized. The window geometry specified in the configure - event must be obeyed by the client. + + 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 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. + + + 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. + + + 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. + -- cgit v1.2.3