elm_win: simplify opaque region updating during fullscreening

already handled during _elm_win_frame_del
This commit is contained in:
Mike Blumenkrantz 2016-07-19 13:11:30 -04:00
parent f368a720a9
commit d335617941
1 changed files with 1 additions and 4 deletions

View File

@ -1480,10 +1480,7 @@ _elm_win_state_change(Ecore_Evas *ee)
{ {
#ifdef HAVE_ELEMENTARY_WL2 #ifdef HAVE_ELEMENTARY_WL2
if (need_frame) if (need_frame)
{ sd->wl.opaque_dirty = 1;
_elm_win_opaque_update(sd);
sd->wl.opaque_dirty = 1;
}
#endif #endif
eo_event_callback_call eo_event_callback_call
(obj, EFL_UI_WIN_EVENT_FULLSCREEN, NULL); (obj, EFL_UI_WIN_EVENT_FULLSCREEN, NULL);