From 395aad8f64abf381d2dcb7b4d86944175b83e282 Mon Sep 17 00:00:00 2001 From: Ian Osgood Date: Tue, 6 Jun 2006 12:49:35 -0700 Subject: [PATCH] Replace another Sync -> Flush --- tests/flames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/flames.c b/tests/flames.c index 1db9b1c..66764e0 100644 --- a/tests/flames.c +++ b/tests/flames.c @@ -226,7 +226,7 @@ main () free (e); } flame_draw_flame (f); - XCBSync (f->xcb.c, 0); + XCBFlush (f->xcb.c); } sortie: -- 2.34.1