[PATCH 1/6] dix: add ScrollInfo to DeviceChangedEvents

2011-10-20 Thread Peter Hutterer
3304bbff9b4ed63f1a47410a5320a136420ba2c6 added smooth scrolling support for pointer events and for XIQueryDevice but didn't add the matching parts to XIDeviceChangedEvents. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/eventconvert.c | 53

Re: [PATCH 1/6] dix: add ScrollInfo to DeviceChangedEvents

2011-10-20 Thread Daniel Stone
Hi, On Thu, Oct 20, 2011 at 04:25:41PM +1000, Peter Hutterer wrote: @@ -482,6 +483,41 @@ appendValuatorInfo(DeviceChangedEvent *dce, xXIValuatorInfo *info, int axisnumbe } static int +appendScrollInfo(DeviceChangedEvent *dce, xXIScrollInfo *info, int axisnumber) +{ +if

Re: [PATCH 1/6] dix: add ScrollInfo to DeviceChangedEvents

2011-10-20 Thread Peter Hutterer
On Thu, Oct 20, 2011 at 02:03:25PM +0100, Daniel Stone wrote: Hi, On Thu, Oct 20, 2011 at 04:25:41PM +1000, Peter Hutterer wrote: @@ -482,6 +483,41 @@ appendValuatorInfo(DeviceChangedEvent *dce, xXIValuatorInfo *info, int axisnumbe } static int