diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2020-03-06 12:16:45 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2020-03-06 12:16:50 -0500 |
commit | dceb056a66c082ecbb80676b6d5d611ff9403b6a (patch) | |
tree | 1563507b3a1bcd355959cc78513ffdf63f4cd493 /src | |
parent | 94d3ab1d2af715633c062d960d9a31e43e20c26c (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/efl_wl/efl_wl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/efl_wl/efl_wl.c b/src/lib/efl_wl/efl_wl.c index df5cfadee3..2aef1368ce 100644 --- a/src/lib/efl_wl/efl_wl.c +++ b/src/lib/efl_wl/efl_wl.c | |||
@@ -5522,7 +5522,7 @@ comp_smart_show(Evas_Object *obj) | |||
5522 | 5522 | ||
5523 | evas_object_show(c->clip); | 5523 | evas_object_show(c->clip); |
5524 | EINA_INLIST_FOREACH(c->surfaces, cs) | 5524 | EINA_INLIST_FOREACH(c->surfaces, cs) |
5525 | comp_surface_output_leave(cs); | 5525 | comp_surface_output_enter(cs); |
5526 | } | 5526 | } |
5527 | 5527 | ||
5528 | static void | 5528 | static void |