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 wrote: > From: "U. Artie Eoff" > > 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 duplicate the notify_motion logic in notify_moti

[PATCH] add notify_motion_absolute for absolute motion devices

2013-03-22 Thread U. Artie Eoff
From: "U. Artie Eoff" Fixes https://bugs.freedesktop.org/show_bug.cgi?id=61997 Signed-off-by: U. Artie Eoff --- src/compositor.c | 29 + src/compositor.h | 7 ++- src/evdev.c | 2 +- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/src/comp