mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
dix: update CheckMotion to deal with DeviceEvents.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
8829d966a6
commit
3a02e538db
3 changed files with 20 additions and 30 deletions
|
|
@ -466,7 +466,7 @@ extern _X_EXPORT int DeliverEvents(
|
|||
|
||||
extern _X_EXPORT Bool
|
||||
CheckMotion(
|
||||
xEvent* /* xE */,
|
||||
DeviceEvent* /* ev */,
|
||||
DeviceIntPtr /* pDev */);
|
||||
|
||||
extern _X_EXPORT void WriteEventsToClient(
|
||||
|
|
|
|||
Loading…
Reference in a new issue