[cairo-commit] cairo-5c/examples fob.5c,1.3,1.4
Keith Packard
commit at pdx.freedesktop.org
Mon Jun 6 22:09:37 PDT 2005
Committed by: keithp
Update of /cvs/cairo/cairo-5c/examples
In directory gabe:/tmp/cvs-serv10469/examples
Modified Files:
fob.5c
Log Message:
2005-06-06 Keith Packard <keithp at keithp.com>
* cairo.5c:
* init.c: (init_types), (nickle_init):
Enum order and names changed in API shuffle.
* examples/fob.5c:
Create .png files by default
Index: fob.5c
===================================================================
RCS file: /cvs/cairo/cairo-5c/examples/fob.5c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fob.5c 18 May 2005 06:21:16 -0000 1.3
+++ fob.5c 7 Jun 2005 05:09:35 -0000 1.4
@@ -187,7 +187,7 @@
fob (cr); write_to_png (cr, filename);
}
-if (false)
+if (true)
{
cairo_t cr = new_image (80, 90);
fob_to_png (cr, "fob.png");
More information about the cairo-commit
mailing list