[cairo-commit] cairo/src Makefile.am, 1.57, 1.58 cairoint.h, 1.185,
1.186
Carl Worth
commit at pdx.freedesktop.org
Fri Aug 5 22:29:08 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv9419/src
Modified Files:
Makefile.am cairoint.h
Log Message:
2005-08-05 Carl Worth <cworth at cworth.org>
* src/cairoint.h: Include cairo-hash-private.h.
* src/Makefile.am (libcairo_la_SOURCES): Add cairo-hash.c and
cairo-hash-private.h since we're actually going to start using
them now.
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/src/Makefile.am,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Makefile.am 5 Aug 2005 16:49:38 -0000 1.57
+++ Makefile.am 6 Aug 2005 05:29:06 -0000 1.58
@@ -94,6 +94,8 @@
cairo-font-options.c \
cairo-gstate.c \
cairo-gstate-private.h \
+ cairo-hash.c \
+ cairo-hash-private.h \
cairo-hull.c \
cairo-image-surface.c \
cairo-matrix.c \
Index: cairoint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairoint.h,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- cairoint.h 6 Aug 2005 04:02:25 -0000 1.185
+++ cairoint.h 6 Aug 2005 05:29:06 -0000 1.186
@@ -189,6 +189,8 @@
#define CAIRO_ALPHA_IS_OPAQUE(alpha) ((alpha) >= ((double)0xff00 / (double)0xffff))
+#include "cairo-hash-private.h"
+
typedef struct _cairo_point {
cairo_fixed_t x;
cairo_fixed_t y;
More information about the cairo-commit
mailing list