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:
b7871c4
)
e_comp_wl : add ec_changed in _e_comp_wl_surface_cb_opaque_region_set
31/109531/4
author
VBS
<vdtizen.sds@samsung.com>
Tue, 10 Jan 2017 08:32:49 +0000
(17:32 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 10 Jan 2017 12:44:47 +0000
(
04:44
-0800)
Change-Id: I3dfce22be143a49830b98884c5db60a3fddcf0e2
Signed-off-by: jungeunyoo <jungeun_.yoo@samsung.com>
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 40219f9f6657196736982ab33e99e40a532f156e..6880d20f700e34c649526a344082fa42e2ec6267 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2835,6
+2835,7
@@
_e_comp_wl_surface_cb_opaque_region_set(struct wl_client *client EINA_UNUSED, st
if (ec->argb)
{
ec->argb = EINA_FALSE;
+ EC_CHANGED(ec);
e_comp_object_alpha_set(ec->frame, EINA_FALSE);
}
}
@@
-2844,6
+2845,7
@@
_e_comp_wl_surface_cb_opaque_region_set(struct wl_client *client EINA_UNUSED, st
if (!ec->argb)
{
ec->argb = EINA_TRUE;
+ EC_CHANGED(ec);
e_comp_object_alpha_set(ec->frame, EINA_TRUE);
}
}