unset damage updates when hiding window

This commit is contained in:
Mike Blumenkrantz 2013-07-26 12:20:30 +01:00
parent c6c7ef7f2b
commit 5c5db39068
1 changed files with 1 additions and 0 deletions

View File

@ -2595,6 +2595,7 @@ _e_comp_win_hide(E_Comp_Win *cw)
return;
}
DBG(" [0x%x] hid --", cw->win);
cw->dmg_updates = 0;
if (!cw->force)
{
cw->defer_hide = 1;