From: Mike Blumenkrantz Date: Thu, 18 Apr 2013 11:56:46 +0000 (+0100) Subject: comp win geometry updates with updates pending now queue another render job X-Git-Tag: submit/efl/20131021.015651~794 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9a45e14ecf57bb8c73cf8fc77af0309e3cee929;p=platform%2Fupstream%2Fenlightenment.git comp win geometry updates with updates pending now queue another render job --- diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 8029819..e7bf6c6 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -472,6 +472,7 @@ _e_comp_win_geometry_update(E_Comp_Win *cw) if (cw->update) { cw->geom_update = 1; + _e_comp_win_render_queue(cw); return; } if (cw->bd)