Re: [PATCH xserver v2] xwayland: Add grab protocol support

2017-06-08 Thread Olivier Fourdan
Hey Peter, [...] > > -XWAYLANDMODULES="wayland-client >= 1.3.0 wayland-protocols >= 1.5 $LIBDRM > > epoxy" > > +XWAYLANDMODULES="wayland-client >= 1.3.0 wayland-protocols >= 1.7 $LIBDRM > > epoxy" > > btw, this one needs to be changed to 1.8 or whatever it comes in, afacit the > grab bits aren't

Re: [PATCH xserver v2] xwayland: Add grab protocol support

2017-06-08 Thread Peter Hutterer
On Wed, Jun 07, 2017 at 09:31:18AM +0200, Olivier Fourdan wrote: > Signed-off-by: Olivier Fourdan > Reviewed-by: Peter Hutterer > --- > v2: Remove break after return statement (Peter's review) > > configure.ac | 2 +- > hw/xwayland/Makefile.am | 7 +++- > hw/xwayland/xwa

[PATCH xserver v2] xwayland: Add grab protocol support

2017-06-07 Thread Olivier Fourdan
Signed-off-by: Olivier Fourdan Reviewed-by: Peter Hutterer --- v2: Remove break after return statement (Peter's review) configure.ac | 2 +- hw/xwayland/Makefile.am | 7 +++- hw/xwayland/xwayland-input.c | 99 hw/xwayland/xway