Re: [PATCH] dix: a valuator count of 0 is valid (#34510)

2011-02-21 Thread Timo Aaltonen
On 21.02.2011 07:39, Peter Hutterer wrote: For all but motion and proximity events, having no valuators is ok. Regression from 1.9, keyboard events are not converted to protocol events. X.Org Bug 34510 http://bugs.freedesktop.org/show_bug.cgi?id=34510 Signed-off-by: Peter Hutterer

[PATCH] dix: a valuator count of 0 is valid (#34510)

2011-02-20 Thread Peter Hutterer
For all but motion and proximity events, having no valuators is ok. Regression from 1.9, keyboard events are not converted to protocol events. X.Org Bug 34510 http://bugs.freedesktop.org/show_bug.cgi?id=34510 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/eventconvert.c | 16

Re: [PATCH] dix: a valuator count of 0 is valid (#34510)

2011-02-20 Thread Keith Packard
On Mon, 21 Feb 2011 15:39:17 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: For all but motion and proximity events, having no valuators is ok. Regression from 1.9, keyboard events are not converted to protocol events. Looks right to me. Reviewed-by: Keith Packard kei...@keithp.com

Re: [PATCH] dix: a valuator count of 0 is valid (#34510)

2011-02-20 Thread Daniel Stone
On Mon, Feb 21, 2011 at 03:39:17PM +1000, Peter Hutterer wrote: For all but motion and proximity events, having no valuators is ok. Regression from 1.9, keyboard events are not converted to protocol events. X.Org Bug 34510 http://bugs.freedesktop.org/show_bug.cgi?id=34510 Signed-off-by: