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:
46f02c2
)
aux hint: check whether the aux hint is changed or not before handling aux hint values.
53/64253/2
author
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 31 Mar 2016 04:08:03 +0000
(13:08 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 31 Mar 2016 04:11:02 +0000
(13:11 +0900)
Change-Id: I4f9e9648e272406c2f5b4c0f1d126c5c06f61d05
src/e_mod_wl.c
patch
|
blob
|
history
diff --git
a/src/e_mod_wl.c
b/src/e_mod_wl.c
index
28332d1
..
6723642
100644
(file)
--- a/
src/e_mod_wl.c
+++ b/
src/e_mod_wl.c
@@
-1851,6
+1851,11
@@
e_mod_pol_wl_eval_pre_post_fetch(E_Client *ec)
Eina_List *l;
Eina_Bool send;
+#ifdef HAVE_WAYLAND_ONLY
+ E_Comp_Wl_Client_Data *cdata = (E_Comp_Wl_Client_Data*)ec->comp_data;
+ if (cdata && !cdata->aux_hint.changed) return;
+#endif
+
EINA_LIST_FOREACH(ec->comp_data->aux_hint.hints, l, hint)
{
send = EINA_FALSE;