ensure comp geometry update happens even if update gets deferred

This commit is contained in:
Mike Blumenkrantz 2013-05-07 08:49:44 +01:00
parent 26b7ff074a
commit 6018f8c356
1 changed files with 1 additions and 0 deletions

View File

@ -1219,6 +1219,7 @@ _e_comp_cb_update(E_Comp *c)
{
new_updates = eina_list_append(new_updates, cw);
}
if (cw->geom_update) _e_comp_win_geometry_update(cw);
}
_e_comp_fps_update(c);
if (conf->fps_show)