summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorJaeun Choi <jaeun12.choi@samsung.com>2017-08-08 16:44:23 +0900
committerJaeun Choi <jaeun12.choi@samsung.com>2017-08-08 16:44:23 +0900
commit52368bf463c2b5ea7b69e15a7e34b1ea13258ca1 (patch)
tree36d3c184ce5db29e2b1891390c1f7028c4d27a03 /src/bin
parenta9fdcc4cc2f5567fbc05ae418c4e3a4d13286f45 (diff)
downloadefl-52368bf463c2b5ea7b69e15a7e34b1ea13258ca1.tar.gz
test_gesture_layer3: fix typo
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/elementary/test_gesture_layer3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/elementary/test_gesture_layer3.c b/src/bin/elementary/test_gesture_layer3.c
index 9d89ca921c..9608d614a4 100644
--- 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->bw / 2);
+ po->by = 0 - (po->bh / 2);
else if (my > 800)
po->by = 800 - (po->bh / 2);
}