From f9a45e14ecf57bb8c73cf8fc77af0309e3cee929 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 18 Apr 2013 12:56:46 +0100 Subject: [PATCH] comp win geometry updates with updates pending now queue another render job --- src/bin/e_comp.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4