diff options
author | Carl Worth <cworth@cworth.org> | 2005-03-23 13:50:51 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-03-23 13:50:51 +0000 |
commit | cb5bbd0aa75ad55a7f0f61c718c32f9b9f5af45e (patch) | |
tree | 49b06c98bcbf1b7d1c5dedaa760a142f2678981d /src/cairo-pen.c | |
parent | 9bb171515986fa26dd12ae19e684db847a614960 (diff) |
Begin the process of breaking up cairoint.h, moving structure definitions of cairo_t, cairo_gstate_t, and cairo_path_real_t into their own header files.
Track changes to header files, reaching into the new private headers where necessary.
Diffstat (limited to 'src/cairo-pen.c')
-rw-r--r-- | src/cairo-pen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-pen.c b/src/cairo-pen.c index 6ecaa00b3..300d6e932 100644 --- a/src/cairo-pen.c +++ b/src/cairo-pen.c @@ -36,6 +36,8 @@ #include "cairoint.h" +#include "cairo-gstate-private.h" + static int _cairo_pen_vertices_needed (double tolerance, double radius, cairo_matrix_t *matrix); |