projects
/
platform
/
core
/
uifw
/
e-mod-tizen-gesture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe53e5
)
Fix a invalid return value
57/102957/2
accepted/tizen/3.0/common/20161210.130844
accepted/tizen/3.0/mobile/20161207.070254
accepted/tizen/3.0/wearable/20161207.070320
accepted/tizen/common/20161210.162432
accepted/tizen/mobile/20161208.011210
accepted/tizen/wearable/20161208.011230
submit/tizen/20161207.024257
submit/tizen_3.0/20161207.024240
submit/tizen_3.0_common/20161210.124302
submit/tizen_common/20161210.125522
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Wed, 7 Dec 2016 02:01:32 +0000
(11:01 +0900)
committer
JengHyun Kang
<jhyuni.kang@samsung.com>
Wed, 7 Dec 2016 02:08:35 +0000
(11:08 +0900)
Change-Id: Ide2683edc4d771437d0ac457b6e8349e55f5201c
src/e_mod_gesture_events.c
patch
|
blob
|
history
diff --git
a/src/e_mod_gesture_events.c
b/src/e_mod_gesture_events.c
index
a72ea62
..
d91d31b
100644
(file)
--- a/
src/e_mod_gesture_events.c
+++ b/
src/e_mod_gesture_events.c
@@
-472,7
+472,7
@@
_e_gesture_process_mouse_button_up(void *event)
if (gesture->gesture_events.num_pressed == 0)
{
- return E
INA_TRU
E;
+ return E
_GESTURE_EVENT_STATE_PROPAGAT
E;
}
gesture->gesture_events.num_pressed--;
@@
-518,7
+518,7
@@
_e_gesture_process_mouse_move(void *event)
if (gesture->gesture_events.num_pressed == 0)
{
- return
EINA_TRUE
;
+ return
gesture->event_state
;
}
if (!gesture->grabbed_gesture)
{