summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-28 13:06:27 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-28 13:06:59 +0200
commit30b60fb2df5fcd4d3f63c0a63e81610b0bd81fc4 (patch)
tree09067deeb9ccb8a22a85e042aae14372e2456aae /include
parent34d45edfd405c3e77dd9deb2c693af528751d3fa (diff)
This typedef is not unused
Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48. Change-Id: I1ced0d7bcf368884fc8a079b047e0cbf645c3e1a
Diffstat (limited to 'include')
-rw-r--r--include/touch/touch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h
index 25e84850d5bd..e141bf7d725d 100644
--- a/include/touch/touch.h
+++ b/include/touch/touch.h
@@ -218,6 +218,7 @@ void touch_ui_selection_none();
// thread.
typedef enum { DOWN, MOVE, UP} MLOMouseButtonState;
+typedef enum { NONE, SHIFT, META } MLOModifiers;
typedef int MLOModifierMask;
void touch_lo_keyboard_did_hide();