diff options
author | Oliver McFadden <oliver.mcfadden@nokia.com> | 2009-08-02 12:03:04 +0300 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-04 16:07:17 +1000 |
commit | 69d6ff3e01263ce2d52ed18b08f054bf3fdb923c (patch) | |
tree | 117bd91d00a9e6e2ee572d7de40c6facddfba4e4 /configure.ac | |
parent | Evdev doesn't require inputproto. (diff) | |
download | xf86-input-evdev-69d6ff3e01263ce2d52ed18b08f054bf3fdb923c.tar.gz xf86-input-evdev-69d6ff3e01263ce2d52ed18b08f054bf3fdb923c.tar.bz2 xf86-input-evdev-69d6ff3e01263ce2d52ed18b08f054bf3fdb923c.zip |
evdev: Use the EvdevPost...Event() functions in the emulation code.
This is similar to commit 1f641d75edba7394201c1c53938215bae696791b.
It provides the same functionality of queuing the (in this case
emulated) events and waiting until an EV_SYN synchronization event is
received before posting them to the server.
This preserves the order of events (both real and emulated) and ensures
that MotionNotify events will always be posted first. It also unifies
the event posting into a few small functions which improves
maintainability.
From this point on, you should never use the xf86Post...Event()
functions in new code, but rather the EvdevPost...Event() versions.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions