efl-wl: properly send surface enter event in smart show

Summary:
confusing...
Depends on D11452

Reviewers: segfaultxavi, bu5hm4n, devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11453
This commit is contained in:
Mike Blumenkrantz 2020-03-06 12:16:45 -05:00
parent 94d3ab1d2a
commit dceb056a66
1 changed files with 1 additions and 1 deletions

View File

@ -5522,7 +5522,7 @@ comp_smart_show(Evas_Object *obj)
evas_object_show(c->clip);
EINA_INLIST_FOREACH(c->surfaces, cs)
comp_surface_output_leave(cs);
comp_surface_output_enter(cs);
}
static void