Re: [PATCH xserver] xwayland: Remove MIPOINTER() definition

2016-11-17 Thread Peter Hutterer
On Fri, Nov 11, 2016 at 03:37:39PM +1000, Peter Hutterer wrote: > On Thu, Nov 10, 2016 at 09:36:40AM +0100, Olivier Fourdan wrote: > > Not needed anymore now that mipointer exposes an API for that, > > miPointerInvalidateSprite() > > > > Signed-off-by: Olivier Fourdan >

Re: [PATCH xserver] xwayland: Remove MIPOINTER() definition

2016-11-10 Thread Peter Hutterer
On Thu, Nov 10, 2016 at 09:36:40AM +0100, Olivier Fourdan wrote: > Not needed anymore now that mipointer exposes an API for that, > miPointerInvalidateSprite() > > Signed-off-by: Olivier Fourdan Reviewed-by: Peter Hutterer Cheers, Peter > ---

[PATCH xserver] xwayland: Remove MIPOINTER() definition

2016-11-10 Thread Olivier Fourdan
Not needed anymore now that mipointer exposes an API for that, miPointerInvalidateSprite() Signed-off-by: Olivier Fourdan --- hw/xwayland/xwayland-input.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/hw/xwayland/xwayland-input.c b/hw/xwayland/xwayland-input.c