[PATCH 1/2 xf86-input-evdev] Ensure events are posted when entering into proximity

Chase Douglas chase.douglas at canonical.com
Mon Apr 4 06:40:13 PDT 2011


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 at canonical.com>
---
 src/evdev.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/evdev.c b/src/evdev.c
index ab46277..9cf6fae 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -527,6 +527,7 @@ EvdevProcessProximityState(InputInfoPtr pInfo)
         {
             valuator_mask_copy(pEvdev->vals, pEvdev->prox);
             valuator_mask_zero(pEvdev->prox);
+            pEvdev->abs_queued = 1;
         }
     }
 
-- 
1.7.4.1



More information about the xorg-devel mailing list