Re: [PATCH xserver] dix: Set XITouchEmulatingPointer on events from the touch sequence emulating pointer events

2012-01-05 Thread Peter Hutterer
On Tue, Jan 03, 2012 at 02:43:40AM +0100, carl...@gnome.org wrote: > From: Carlos Garnacho > > The internal flag is kept around, merely translated to XITouchEmulatingPointer > when creating the XI2 events that will be delivered to the client. > > Signed-off-by: Carlos Garnacho thanks, merged t

Re: [PATCH xserver] dix: Set XITouchEmulatingPointer on events from the touch sequence emulating pointer events

2012-01-03 Thread Chase Douglas
On 01/02/2012 05:43 PM, carl...@gnome.org wrote: > From: Carlos Garnacho > > The internal flag is kept around, merely translated to XITouchEmulatingPointer > when creating the XI2 events that will be delivered to the client. > > Signed-off-by: Carlos Garnacho Looks right to me. Reviewed-by: C

[PATCH xserver] dix: Set XITouchEmulatingPointer on events from the touch sequence emulating pointer events

2012-01-02 Thread carlosg
From: Carlos Garnacho The internal flag is kept around, merely translated to XITouchEmulatingPointer when creating the XI2 events that will be delivered to the client. Signed-off-by: Carlos Garnacho --- dix/eventconvert.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --gi