Replace another Sync -> Flush
[free-sw/xcb/demo] / 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: