elm_win: update opaque region while fullscreened

@fix
This commit is contained in:
Mike Blumenkrantz 2016-04-04 16:30:59 -04:00
parent c84a4e5a5f
commit e376db9189
1 changed files with 3 additions and 0 deletions

View File

@ -1303,6 +1303,9 @@ _elm_win_frame_obj_update(Elm_Win_Data *sd)
if (sd->fullscreen)
{
evas_output_framespace_set(sd->evas, 0, 0, 0, 0);
#ifdef HAVE_ELEMENTARY_WL2
_elm_win_opaque_update(sd);
#endif
return;
}