Re: [PATCH weston v2] compositor-wayland: Port to xdg-shell-v6

2016-11-21 Thread Daniel Stone
Hi, On 21 November 2016 at 18:01, Armin Krezović wrote: > On 21.11.2016 18:42, Armin Krezović wrote: >> v2: >> >> - Keep wl_shell code around until xdg_shell is declared stable. >> >> Signed-off-by: Armin Krezović > > I hereby agree that the following changes can be merged as part of this patch

Re: [PATCH weston v2] compositor-wayland: Port to xdg-shell-v6

2016-11-21 Thread Armin Krezović
On 21.11.2016 18:42, Armin Krezović wrote: > v2: > > - Keep wl_shell code around until xdg_shell is declared stable. > > Signed-off-by: Armin Krezović I hereby agree that the following changes can be merged as part of this patch: https://phabricator.freedesktop.org/P6 > --- > Makefile.am

[PATCH weston v2] compositor-wayland: Port to xdg-shell-v6

2016-11-21 Thread Armin Krezović
v2: - Keep wl_shell code around until xdg_shell is declared stable. Signed-off-by: Armin Krezović --- Makefile.am| 8 ++- libweston/compositor-wayland.c | 146 + 2 files changed, 139 insertions(+), 15 deletions(-) diff --git a/Make