discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d33561794117b7c62928391d53ee59c4c78b0722
commit d33561794117b7c62928391d53ee59c4c78b0722 Author: Mike Blumenkrantz <[email protected]> Date: Tue Jul 19 13:11:30 2016 -0400 elm_win: simplify opaque region updating during fullscreening already handled during _elm_win_frame_del --- src/lib/elementary/efl_ui_win.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c index 34d57cc..bd9fe85 100644 --- a/src/lib/elementary/efl_ui_win.c +++ b/src/lib/elementary/efl_ui_win.c @@ -1480,10 +1480,7 @@ _elm_win_state_change(Ecore_Evas *ee) { #ifdef HAVE_ELEMENTARY_WL2 if (need_frame) - { - _elm_win_opaque_update(sd); - sd->wl.opaque_dirty = 1; - } + sd->wl.opaque_dirty = 1; #endif eo_event_callback_call (obj, EFL_UI_WIN_EVENT_FULLSCREEN, NULL); --
