Re: [PATCH weston 09/10] compositor-wayland: Port to xdg-shell-v6

2016-11-21 Thread Armin Krezović
On 21.11.2016 17:37, Daniel Stone wrote: > Hi Armin, > > On 9 October 2016 at 16:30, Armin Krezović wrote: >> Signed-off-by: Armin Krezović > > Could you please spin another version which doesn't jettison wl_shell > support? I know it's lame, but it's the only thing which is actually > stable e

Re: [PATCH weston 09/10] compositor-wayland: Port to xdg-shell-v6

2016-11-21 Thread Daniel Stone
Hi Armin, On 9 October 2016 at 16:30, Armin Krezović wrote: > Signed-off-by: Armin Krezović Could you please spin another version which doesn't jettison wl_shell support? I know it's lame, but it's the only thing which is actually stable enough to predictably run across a wide range of versions

[PATCH weston 09/10] compositor-wayland: Port to xdg-shell-v6

2016-10-09 Thread Armin Krezović
Signed-off-by: Armin Krezović --- Makefile.am| 8 ++- libweston/compositor-wayland.c | 158 ++--- 2 files changed, 105 insertions(+), 61 deletions(-) diff --git a/Makefile.am b/Makefile.am index c94c211..f75aa46 100644 --- a/Makefile.am +