mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-26 02:38:35 +00:00
Ensure events are posted when entering into proximity
Fixes LP: #736829 (https://bugs.launchpad.net/bugs/573006) Re-fixes old X.Org Bug 29645 <http://bugs.freedesktop.org/show_bug.cgi?id=29645> Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
5708e38494
commit
eeacd3e5a8
@@ -527,6 +527,7 @@ EvdevProcessProximityState(InputInfoPtr pInfo)
|
||||
{
|
||||
valuator_mask_copy(pEvdev->vals, pEvdev->prox);
|
||||
valuator_mask_zero(pEvdev->prox);
|
||||
pEvdev->abs_queued = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user