simplify comp win dmg update adding on show; no functional changes

This commit is contained in:
Mike Blumenkrantz 2013-07-26 12:22:42 +01:00
parent a5f886ca90
commit e1507217d9
1 changed files with 1 additions and 3 deletions

View File

@ -2505,10 +2505,8 @@ _e_comp_win_show(E_Comp_Win *cw)
cw->ph = 0;
}
if (cw->win) return;
cw->dmg_updates = 1;
}
else
cw->dmg_updates = 1;
cw->dmg_updates = 1;
cw->geom_update = 1;
if (cw->win && ((!cw->redirected) || (!cw->pixmap)))