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

2016-10-09 Thread Armin Krezović
On 09.10.2016 15:06, Armin Krezović wrote: > Signed-off-by: Armin Krezović > --- > Makefile.am| 8 ++- > libweston/compositor-wayland.c | 155 > ++--- > 2 files changed, 102 insertions(+), 61 deletions(-) > Please ignore this one. I hav

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

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