ecore_evas/wayland_shm: Set alpha of ecore_evas object if parent alpha is set

Summary:
Resolved FIXME ecore_evas_wayland_shm_new_internal to set alpha if parent alpha is set

Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1842
This commit is contained in:
kabeer khan 2015-01-05 09:12:30 -05:00 committed by Chris Michael
parent c5f6c3941c
commit c1d805d2b4
1 changed files with 4 additions and 2 deletions

View File

@ -177,9 +177,11 @@ ecore_evas_wayland_shm_new_internal(const char *disp_name, unsigned int parent,
fh = 22;
}
/* FIXME: Get if parent is alpha, and set */
if (parent)
p = ecore_wl_window_find(parent);
{
p = ecore_wl_window_find(parent);
ee->alpha = ecore_wl_window_alpha_get(p);
}
wdata->parent = p;
wdata->win =