On 04/02/2014 08:32 AM, Takashi Iwai wrote: > The relative pointer tracking mode was still buggy even after the > previous fix of the motion-notify-event since the events are filtered > out when the pointer moves outside the drawing window due to the > boundary check for the absolute mode. > > This patch fixes the issue by moving the unnecessary boundary check > into the if block of absolute mode, and keep the coordinate in the > relative mode even if it's outside the drawing area. But this makes > the coordinate (last_x, last_y) possibly pointing to (-1,-1), > introduce a new flag to indicate the last coordinate has been > updated. > > Reference: https://bugzilla.novell.com/show_bug.cgi?id=849587 > Signed-off-by: Takashi Iwai <ti...@suse.de>
Tested-by: Cole Robinson <crobi...@redhat.com> Reviewed-by: Cole Robinson <crobi...@redhat.com> Thanks, Cole