From: raster Date: Sat, 13 Feb 2010 11:37:57 +0000 (+0000) Subject: dont need that xsync. X-Git-Tag: build/2012-07-04.173327~2204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bdcdbaf9ced3a09870dd634512de79997a739a7;p=profile%2Fivi%2Fecore.git dont need that xsync. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46127 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_x/xlib/ecore_x_sync.c b/src/lib/ecore_x/xlib/ecore_x_sync.c index d64d564..0757e9b 100644 --- a/src/lib/ecore_x/xlib/ecore_x_sync.c +++ b/src/lib/ecore_x/xlib/ecore_x_sync.c @@ -108,5 +108,5 @@ ecore_x_sync_counter_val_wait(Ecore_X_Sync_Counter counter, int val) cond.trigger.test_type = XSyncPositiveComparison; cond.event_threshold = v2; XSyncAwait(_ecore_x_disp, &cond, 1); - XSync(_ecore_x_disp, False); +// XSync(_ecore_x_disp, False); // dont need this }