dont need that xsync.

SVN revision: 46127
This commit is contained in:
Carsten Haitzler 2010-02-13 11:37:57 +00:00
parent 6abac56d9d
commit df7f6cdaa7
1 changed files with 1 additions and 1 deletions

View File

@ -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
}