projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116ea0f
)
e_comp_wl: set pointer button to left button for touch up/down event
96/66696/5
author
MinJeong Kim
<minjjj.kim@samsung.com>
Wed, 20 Apr 2016 08:30:30 +0000
(17:30 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Mon, 25 Apr 2016 05:12:41 +0000
(22:12 -0700)
Change-Id: I4fc38f784be9d644f3b30eaf0fbe5dd017985a37
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index f9c5b1763cd7eeddab04f952c38dafee1435c4a7..6b4e0c6cce8eb010c4738bc46696223fd65e6a97 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-927,6
+927,8
@@
_e_comp_wl_evas_handle_mouse_button_to_touch(E_Client *ec, uint32_t timestamp, i
if (!ec->comp_data->surface) return;
if (ec->ignored) return;
+ e_comp_wl->ptr.button = BTN_LEFT;
+
wc = wl_resource_get_client(ec->comp_data->surface);
serial = wl_display_next_serial(e_comp->wl_comp_data->wl.disp);