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:
c11df7c
)
e_comp_wl: set parent's layer to subsurface
accepted/tizen/mobile/20150824.002732
accepted/tizen/tv/20150824.002744
accepted/tizen/wearable/20150824.002757
submit/tizen/20150822.055555
author
Boram Park
<boram1288.park@samsung.com>
Sat, 22 Aug 2015 09:20:39 +0000
(18:20 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Sat, 22 Aug 2015 09:21:00 +0000
(18:21 +0900)
Change-Id: If2e6c7dd0b5395f523d0d6d584805b46d192c3d1
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 551975e7d40e6244dd63b86deda15c2c989e89ff..12e2fc33abd246bac1de7c2fe7a858c51318fa8e 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2682,6
+2682,12
@@
_e_comp_wl_subsurface_create(E_Client *ec, E_Client *epc, uint32_t id, struct wl
if (epc)
{
+ if (epc->frame)
+ {
+ short layer = evas_object_layer_get(epc->frame);
+ evas_object_layer_set(ec->frame, layer);
+ }
+
if (epc->comp_data)
{
/* append this client to the parents subsurface list */