e17/comp: wait for first damage on win_show.

this fixes pixel garbage with many gtk menus.
are there any windows that dont create damage on show?


SVN revision: 57513
This commit is contained in:
Hannes Janetzek 2011-03-03 23:58:30 +00:00
parent f0657e77f2
commit 48f84b70f3
1 changed files with 1 additions and 1 deletions

View File

@ -1995,7 +1995,7 @@ _e_mod_comp_win_show(E_Comp_Win *cw)
cw->pw = 0;
cw->ph = 0;
}
cw->dmg_updates = 1;
cw->dmg_updates = 0;
}
else
cw->dmg_updates = 1;