summaryrefslogtreecommitdiff
path: root/include/events.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-12-14 13:51:12 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-12-19 09:08:32 +1000
commit93c2a1628a9f6e7480d834bf55c080997fd18911 (patch)
tree87564347d84228e3160d44735078d690fb51bb79 /include/events.h
parent3390d3fc0347947796aa245d70fefecf59b7bfe4 (diff)
Hook up the ownership events
This patch applies most of the protocol conversions and the internal event type for ownership events. Note that ownership events are generated by the DIX only, they do not pass through the event queue. Co-authored-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'include/events.h')
-rw-r--r--include/events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/events.h b/include/events.h
index 375173adc..222cc3d19 100644
--- a/include/events.h
+++ b/include/events.h
@@ -26,6 +26,7 @@
#define EVENTS_H
typedef struct _DeviceEvent DeviceEvent;
typedef struct _DeviceChangedEvent DeviceChangedEvent;
+typedef struct _TouchOwnershipEvent TouchOwnershipEvent;
#if XFreeXDGA
typedef struct _DGAEvent DGAEvent;
#endif