actually - if avoid damage is set render anyway :)

SVN revision: 15653
This commit is contained in:
Carsten Haitzler 2005-07-07 03:37:57 +00:00
parent 4b6d09d0ed
commit 0bc77892a0
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@ static void
_ecore_evas_x_show(Ecore_Evas *ee)
{
ee->should_be_visible = 1;
if ((ee->shaped) && (ee->prop.avoid_damage))
if (ee->prop.avoid_damage)
_ecore_evas_x_render(ee);
if (!ee->prop.fullscreen)
ecore_x_window_show(ee->engine.x.win_container);