From 130112fb3108dd1ba3ab1bcdc30ce6d54b506cea Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 4 Mar 2010 13:42:19 +0000 Subject: [PATCH] handle sync properly if enabled. SVN revision: 46866 --- src/modules/comp/e_mod_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/comp/e_mod_comp.c b/src/modules/comp/e_mod_comp.c index 6abe6baa1..0274f3963 100644 --- a/src/modules/comp/e_mod_comp.c +++ b/src/modules/comp/e_mod_comp.c @@ -803,7 +803,7 @@ _e_mod_comp_cb_update(E_Comp *c) if (cw->counter) { printf("nosync\n"); - ecore_x_e_comp_sync_end_send(cw->bd->client.win); + ecore_x_e_comp_sync_cancel_send(cw->bd->client.win); } // ecore_x_window_hide(cw->win); // ecore_x_window_show(cw->win);