bring back deferred until first damage show.

SVN revision: 49589
This commit is contained in:
Carsten Haitzler 2010-06-09 13:27:39 +00:00
parent 09d2e62f85
commit 2b68e5c337
1 changed files with 2 additions and 2 deletions

View File

@ -475,7 +475,7 @@ _e_mod_comp_win_update(E_Comp_Win *cw)
cw->update = 1;
}
}
if ((!cw->update) && (cw->visible) && (cw->dmg_updates >= 0))
if ((!cw->update) && (cw->visible) && (cw->dmg_updates >= 1))
{
if (!evas_object_visible_get(cw->shobj))
{
@ -1464,7 +1464,7 @@ _e_mod_comp_win_show(E_Comp_Win *cw)
}
}
*/
if (cw->dmg_updates >= 0)
if (cw->dmg_updates >= 1)
{
cw->defer_hide = 0;
evas_object_show(cw->shobj);