From 3742b959493fd184e1f1f3b34508d2ad3d8309ab Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 8 Jul 2015 12:20:48 +0300 Subject: [PATCH] [PROTO] da_event.h compatibility with 2.3 Change-Id: Ica2a2db7932e6300721b2ecdf62e5b98aeabd05e Signed-off-by: Alexander Aksenov --- probe_event/da_event.h | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/probe_event/da_event.h b/probe_event/da_event.h index 622d708..d2b7665 100755 --- a/probe_event/da_event.h +++ b/probe_event/da_event.h @@ -45,18 +45,19 @@ enum __event_type _EVENT_KEY = 1, _EVENT_TOUCH = 2, - _EVENT_ORIENTATION = 3, - _EVENT_LISTENER = 4, - - _EVENT_GESTURE_N_TAPS = 5, - _EVENT_GESTURE_N_DOUBLE_TAPS = 6, - _EVENT_GESTURE_N_TRIPLE_TAPS = 7, - _EVENT_GESTURE_N_LONG_TAPS = 8, - _EVENT_GESTURE_N_FLICKS = 9, - _EVENT_GESTURE_N_LINES = 10, - _EVENT_GESTURE_ZOOM = 11, - _EVENT_GESTURE_ROTATE = 12, - _EVENT_GESTURE_MOMENTUM = 13, + + _EVENT_ORIENTATION = 4, + _EVENT_LISTENER = 5, + + _EVENT_GESTURE_N_TAPS = 6, + _EVENT_GESTURE_N_DOUBLE_TAPS = 7, + _EVENT_GESTURE_N_TRIPLE_TAPS = 8, + _EVENT_GESTURE_N_LONG_TAPS = 9, + _EVENT_GESTURE_N_FLICKS = 10, + _EVENT_GESTURE_N_LINES = 11, + _EVENT_GESTURE_ZOOM = 12, + _EVENT_GESTURE_ROTATE = 13, + _EVENT_GESTURE_MOMENTUM = 14 } EVENT_TYPE; -- 2.7.4