devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7c5c8b1561af3f8350653c1afb9cd6aec6cc4109
commit 7c5c8b1561af3f8350653c1afb9cd6aec6cc4109 Author: Chris Michael <[email protected]> Date: Mon Jan 12 13:03:52 2015 -0500 comp-wl: Set argb and no_shape_cut for new clients. This fixes the black shadow issue Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index a243296..cbaa57f 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2009,6 +2009,8 @@ _e_comp_wl_client_cb_new(void *data EINA_UNUSED, E_Client *ec) eina_tiler_tile_size_set(ec->comp_data->pending.opaque, 1, 1); /* set initial client properties */ + ec->argb = EINA_TRUE; + ec->no_shape_cut = EINA_TRUE; ec->ignored = e_comp_ignore_win_find(win); ec->border_size = 0; ec->placed |= ec->override; --
