Re: [PATCH] add notify_motion_absolute for absolute motion devices

2013-03-25 Thread Kristian Høgsberg
On Fri, Mar 22, 2013 at 12:10 PM, U. Artie Eoff ullysses.a.e...@intel.com wrote: From: U. Artie Eoff ullysses.a.e...@intel.com Fixes https://bugs.freedesktop.org/show_bug.cgi?id=61997 Ok, I see. I think it would be better to add a RELATIVE_MOTION flag to notify_motion() so we don't have to

[PATCH] add notify_motion_absolute for absolute motion devices

2013-03-22 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com Fixes https://bugs.freedesktop.org/show_bug.cgi?id=61997 Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- src/compositor.c | 29 + src/compositor.h | 7 ++- src/evdev.c | 2 +- 3 files changed, 32