projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fdcc4
)
test_gesture_layer3: fix typo
author
Jaeun Choi
<jaeun12.choi@samsung.com>
Tue, 8 Aug 2017 07:44:23 +0000
(16:44 +0900)
committer
Jaeun Choi
<jaeun12.choi@samsung.com>
Tue, 8 Aug 2017 07:44:23 +0000
(16:44 +0900)
src/bin/elementary/test_gesture_layer3.c
patch
|
blob
|
history
diff --git
a/src/bin/elementary/test_gesture_layer3.c
b/src/bin/elementary/test_gesture_layer3.c
index
9d89ca9
..
9608d61
100644
(file)
--- a/
src/bin/elementary/test_gesture_layer3.c
+++ b/
src/bin/elementary/test_gesture_layer3.c
@@
-217,7
+217,7
@@
pic_obj_keep_inframe(void *_po)
po->bx = 480 - (po->bw / 2);
if (my < 0)
- po->by = 0 - (po->b
w
/ 2);
+ po->by = 0 - (po->b
h
/ 2);
else if (my > 800)
po->by = 800 - (po->bh / 2);
}