commit | 964a342e5367035b02104b54d340c37dfc1aada9 | [log] [tgz] |
---|---|---|
author | Satyeshwar Singh <satyeshwar.singh@intel.com> | Wed Feb 27 15:26:23 2013 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Feb 27 15:28:21 2013 -0500 |
tree | 49e88e861c580de6287923ba00a6c397c1e2cf75 | |
parent | 6d8fcc75b8c71cd6ebfb473d5bf5724480e1e2a9 [diff] |
evdev: Wait for SYN event before sending events over to the client The issue was that touch::down event from the compositor to client apps would send the previous motion events coordinates and this obviously made the client do the wrong thing. This happened because we were not waiting for a SYN event to come from evdev before sending down, motion or up events. https://bugs.freedesktop.org/show_bug.cgi?id=51909