[Libreoffice-commits] core.git: include/touch
Tor Lillqvist
tml at collabora.com
Wed Jan 28 03:07:51 PST 2015
include/touch/touch.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 30b60fb2df5fcd4d3f63c0a63e81610b0bd81fc4
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Jan 28 13:06:27 2015 +0200
This typedef is not unused
Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48.
Change-Id: I1ced0d7bcf368884fc8a079b047e0cbf645c3e1a
diff --git a/include/touch/touch.h b/include/touch/touch.h
index 25e8485..e141bf7 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();
More information about the Libreoffice-commits
mailing list