Replace another Sync -> Flush
authorIan Osgood <iano@quirkster.com>
Tue, 6 Jun 2006 19:49:35 +0000 (12:49 -0700)
committerIan Osgood <iano@quirkster.com>
Tue, 6 Jun 2006 19:49:35 +0000 (12:49 -0700)
tests/flames.c

index 1db9b1c..66764e0 100644 (file)
@@ -226,7 +226,7 @@ main ()
          free (e);
         }
       flame_draw_flame (f);
-      XCBSync (f->xcb.c, 0);
+      XCBFlush (f->xcb.c);
     }
 
  sortie: