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:
96e542c
)
fix build error - E_Client has no border_menu anymore
23/63523/1
accepted/tizen/common/20160325.041251
accepted/tizen/ivi/20160325.032821
accepted/tizen/mobile/20160325.032734
accepted/tizen/tv/20160325.032749
accepted/tizen/wearable/20160325.032801
submit/tizen/20160325.030129
author
Duna Oh
<duna.oh@samsung.com>
Thu, 24 Mar 2016 10:33:54 +0000
(19:33 +0900)
committer
Duna Oh
<duna.oh@samsung.com>
Thu, 24 Mar 2016 10:34:17 +0000
(19:34 +0900)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Ic9bcfe019189d0fcb50ea488392b58feec101ffd
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 d64d4da4cccf080ada17b9fea0afcfd07eef0ebc..f16eab92bdf1bd564b8e8938c34f3238d59f05a4 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-590,7
+590,7
@@
_e_comp_wl_device_send_event_device(const char *dev_name, Evas_Device_Class dev_
Eina_List *l, *ll;
if (!ec) return;
- if (ec->cur_mouse_action || e
c->border_menu || e
_comp_wl->drag)
+ if (ec->cur_mouse_action || e_comp_wl->drag)
return;
if (e_object_is_del(E_OBJECT(ec))) return;
if (ec->ignored) return;