diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-28 13:06:27 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-28 13:06:59 +0200 |
commit | 30b60fb2df5fcd4d3f63c0a63e81610b0bd81fc4 (patch) | |
tree | 09067deeb9ccb8a22a85e042aae14372e2456aae | |
parent | 34d45edfd405c3e77dd9deb2c693af528751d3fa (diff) |
This typedef is not unused
Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48.
Change-Id: I1ced0d7bcf368884fc8a079b047e0cbf645c3e1a
-rw-r--r-- | include/touch/touch.h | 1 |
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(); |