From 870fadced3f19659b60574888432b79713776097 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 19 Nov 2015 15:58:44 +0200 Subject: [PATCH] protocol: fix DTD warning in weston-desktop-shell The DTD requires elements in certain order, scanner itself doesn't. Anyway, fix the warning with a simple reordering to match how all other protocols are written. Fixes: protocol:107: element request: validity error : Element request content does not follow the DTD, expecting (description? , arg*), got (arg description ) Signed-off-by: Pekka Paalanen --- protocol/weston-desktop-shell.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/weston-desktop-shell.xml b/protocol/weston-desktop-shell.xml index a21047f3..91c5eb42 100644 --- a/protocol/weston-desktop-shell.xml +++ b/protocol/weston-desktop-shell.xml @@ -105,12 +105,13 @@ - Tell the shell which side of the screen the panel is located. This is so that new windows do not overlap the panel and maximized windows maximize properly. + +