Xi: process raw touch events

No-one can generated them yet, but if they could, we'd be processing them
like there was no tomorrow.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
Peter Hutterer
2011-12-14 13:21:59 +10:00
parent 84db813b9d
commit 3390d3fc03
8 changed files with 41 additions and 2 deletions

View File

@@ -67,6 +67,9 @@ enum EventType {
ET_RawButtonPress,
ET_RawButtonRelease,
ET_RawMotion,
ET_RawTouchBegin,
ET_RawTouchUpdate,
ET_RawTouchEnd,
ET_XQuartz,
ET_Internal = 0xFF /* First byte */
};