Re: [PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Jonas Ådahl
On Fri, Dec 04, 2015 at 09:25:06AM +0200, Pekka Paalanen wrote: > On Thu, 3 Dec 2015 17:38:34 -0800 > Bryce Harrington wrote: > > > On Fri, Dec 04, 2015 at 08:09:17AM +0800, Jonas Ådahl wrote: > > > On Thu, Dec 03, 2015 at 03:26:16PM -0800, Bryce Harrington wrote: > > > > On Thu, Dec 03, 2015 a

Re: [PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Pekka Paalanen
On Thu, 3 Dec 2015 17:38:34 -0800 Bryce Harrington wrote: > On Fri, Dec 04, 2015 at 08:09:17AM +0800, Jonas Ådahl wrote: > > On Thu, Dec 03, 2015 at 03:26:16PM -0800, Bryce Harrington wrote: > > > On Thu, Dec 03, 2015 at 04:33:47PM +0800, Jonas Ådahl wrote: > > > > This copies the version 5 o

Re: [PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Jonas Ådahl
On Thu, Dec 03, 2015 at 09:18:30PM -0500, Mike Blumenkrantz wrote: > On Fri, 04 Dec 2015 10:01:21 +0800 > Jonas Ådahl wrote: > > > On Thu, Dec 03, 2015 at 05:38:34PM -0800, Bryce Harrington wrote: > > > On Fri, Dec 04, 2015 at 08:09:17AM +0800, Jonas Ådahl wrote: > > > > On Thu, Dec 03, 2015 at 0

Re: [PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Mike Blumenkrantz
On Fri, 04 Dec 2015 10:01:21 +0800 Jonas Ådahl wrote: > On Thu, Dec 03, 2015 at 05:38:34PM -0800, Bryce Harrington wrote: > > On Fri, Dec 04, 2015 at 08:09:17AM +0800, Jonas Ådahl wrote: > > > On Thu, Dec 03, 2015 at 03:26:16PM -0800, Bryce Harrington wrote: > > > > On Thu, Dec 03, 2015 at 04:33:

Re: [PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Jonas Ådahl
On Thu, Dec 03, 2015 at 05:38:34PM -0800, Bryce Harrington wrote: > On Fri, Dec 04, 2015 at 08:09:17AM +0800, Jonas Ådahl wrote: > > On Thu, Dec 03, 2015 at 03:26:16PM -0800, Bryce Harrington wrote: > > > On Thu, Dec 03, 2015 at 04:33:47PM +0800, Jonas Ådahl wrote: > > > > This copies the version 5

Re: [PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Bryce Harrington
On Fri, Dec 04, 2015 at 08:09:17AM +0800, Jonas Ådahl wrote: > On Thu, Dec 03, 2015 at 03:26:16PM -0800, Bryce Harrington wrote: > > On Thu, Dec 03, 2015 at 04:33:47PM +0800, Jonas Ådahl wrote: > > > This copies the version 5 of the XML to a new version 6 version, while > > > at the same time the i

Re: [PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Jonas Ådahl
On Thu, Dec 03, 2015 at 03:26:16PM -0800, Bryce Harrington wrote: > On Thu, Dec 03, 2015 at 04:33:47PM +0800, Jonas Ådahl wrote: > > This copies the version 5 of the XML to a new version 6 version, while > > at the same time the interface names are changed to use the unstable > > naming convention.

Re: [PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Bryce Harrington
On Thu, Dec 03, 2015 at 04:33:47PM +0800, Jonas Ådahl wrote: > This copies the version 5 of the XML to a new version 6 version, while > at the same time the interface names are changed to use the unstable > naming convention. > > A whitespace cleanup was done as no git-blame:ability would be lost

[PATCH wayland-protocols v2] xdg-shell: Bump unstable version to 6

2015-12-03 Thread Jonas Ådahl
This copies the version 5 of the XML to a new version 6 version, while at the same time the interface names are changed to use the unstable naming convention. A whitespace cleanup was done as no git-blame:ability would be lost anyway. Signed-off-by: Jonas Ådahl Reviewed-by: Mike Blumenkrantz --