projects
/
free-sw
/
xcb
/
demo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ffd9d6
)
Replace another Sync -> Flush
author
Ian Osgood
<iano@quirkster.com>
Tue, 6 Jun 2006 19:49:35 +0000
(12:49 -0700)
committer
Ian Osgood
<iano@quirkster.com>
Tue, 6 Jun 2006 19:49:35 +0000
(12:49 -0700)
tests/flames.c
patch
|
blob
|
history
diff --git
a/tests/flames.c
b/tests/flames.c
index
1db9b1c
..
66764e0
100644
(file)
--- a/
tests/flames.c
+++ b/
tests/flames.c
@@
-226,7
+226,7
@@
main ()
free (e);
}
flame_draw_flame (f);
- XCB
Sync (f->xcb.c, 0
);
+ XCB
Flush (f->xcb.c
);
}
sortie: