[cairo-commit] pycairo/cairo pycairo.h,1.9,1.10
Carl Worth
commit at pdx.freedesktop.org
Thu Jan 20 08:38:05 PST 2005
Committed by: cworth
Update of /cvs/cairo/pycairo/cairo
In directory gabe:/tmp/cvs-serv18294/cairo
Modified Files:
pycairo.h
Log Message:
* cairo/pycairo.h: Track split-up of cairo.h.
Index: pycairo.h
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/pycairo.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pycairo.h 10 Dec 2004 13:03:35 -0000 1.9
+++ pycairo.h 20 Jan 2005 16:38:03 -0000 1.10
@@ -36,6 +36,9 @@
#include <Python.h>
#include <cairo.h>
+#include <cairo-ps.h>
+#include <cairo-png.h>
+#include <cairo-xlib.h>
typedef struct {
PyObject_HEAD
More information about the cairo-commit
mailing list