diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-11 13:43:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-29 08:08:33 +0100 |
commit | 3fcac1ef21de9526bc1abca902db5755abe463ae (patch) | |
tree | 0d80a2fdade69924a6d70de4190422aca764db09 /src/cairo-pen.c | |
parent | a1e0c4b30980d624bb3e015b7dcf39b4a2ef8c56 (diff) |
[slope] Inline _cairo_slope_init()
Move the definition to a separate header file and allow callers to inline
the simple function.
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 8db8fcb3..cfb67cae 100644 --- a/src/cairo-pen.c +++ b/src/cairo-pen.c @@ -38,6 +38,8 @@ #include "cairoint.h" +#include "cairo-slope-private.h" + static int _cairo_pen_vertices_needed (double tolerance, double radius, |