Re: [PATCH 3/8] dix: warn about keyboard events with valuator masks

2011-09-22 Thread Daniel Stone
On Fri, Sep 09, 2011 at 02:20:48PM +1000, Peter Hutterer wrote: We don't actually handle the mask correctly. They're clipped and dropped into the event but that's about it. I don't think we did since 1.4, let's warn the user if this happens. Signed-off-by: Peter Hutterer

[PATCH 3/8] dix: warn about keyboard events with valuator masks

2011-09-08 Thread Peter Hutterer
We don't actually handle the mask correctly. They're clipped and dropped into the event but that's about it. I don't think we did since 1.4, let's warn the user if this happens. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c |5 + 1 files changed, 5