Re: [PATCH weston] xdg-shell: add description tags where missing

2014-06-02 Thread Pekka Paalanen
On Fri, 30 May 2014 11:52:29 +0200 Jonny Lamb wrote: > wayland.dtd specifies the use of the description tags inside entry so > let's use them. > --- > protocol/xdg-shell.xml | 30 +++--- > 1 file changed, 19 insertions(+), 11 deletions(-) > > diff --git a/protocol/xdg-sh

[PATCH weston] xdg-shell: add description tags where missing

2014-05-30 Thread Jonny Lamb
wayland.dtd specifies the use of the description tags inside entry so let's use them. --- protocol/xdg-shell.xml | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index 28add40..00ff39f 100644 --- a/

Re: [PATCH weston] xdg-shell: add description tags where missing

2014-02-25 Thread Pekka Paalanen
On Mon, 24 Feb 2014 11:57:31 -0500 "Jasper St. Pierre" wrote: > Aha. I just sort of assumed that we could have a long description of an > by using the contents, and it didn't seem to break. I didn't find > anything else doing it. I didn't know we needed a . > > Reviewed-by: Jasper St. Pierre

Re: [PATCH weston] xdg-shell: add description tags where missing

2014-02-24 Thread Jonny Lamb
Il giorno lun, 24/02/2014 alle 11.57 -0500, Jasper St. Pierre ha scritto: > Aha. I just sort of assumed that we could have a long description of > an by using the contents, and it didn't seem to break. I didn't > find anything else doing it. I didn't know we needed a . Fair enough. It broke my Wa

Re: [PATCH weston] xdg-shell: add description tags where missing

2014-02-24 Thread Jasper St. Pierre
Aha. I just sort of assumed that we could have a long description of an by using the contents, and it didn't seem to break. I didn't find anything else doing it. I didn't know we needed a . Reviewed-by: Jasper St. Pierre On Mon, Feb 24, 2014 at 11:49 AM, Jonny Lamb wrote: > wayland.dtd specif

[PATCH weston] xdg-shell: add description tags where missing

2014-02-24 Thread Jonny Lamb
wayland.dtd specifies the use of the description tags inside entry and description so let's use them. --- protocol/xdg-shell.xml | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index a2913c4..f88db49 100644 ---