projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f28eb
)
main: disable mouse events for tv volume popup
91/47691/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 8 Sep 2015 04:59:47 +0000
(13:59 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 8 Sep 2015 04:59:47 +0000
(13:59 +0900)
Change-Id: I431e304602956dd56307c6ac296cc43113a43a41
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index
3c96007
..
7ad70bb
100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-711,6
+711,8
@@
_pol_cb_client_resize(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{
e_zone_useful_geometry_get(ec->zone, NULL, NULL, NULL, &zh);
evas_object_move(ec->frame, 0, (zh / 2) - (ec->h / 2));
+
+ evas_object_pass_events_set(ec->frame, 1);
}
/* calculate e_client visibility */