summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-11 13:43:32 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-08-29 08:08:33 +0100
commit3fcac1ef21de9526bc1abca902db5755abe463ae (patch)
tree0d80a2fdade69924a6d70de4190422aca764db09 /src/cairo-path-stroke.c
parenta1e0c4b30980d624bb3e015b7dcf39b4a2ef8c56 (diff)
downloadcairo-3fcac1ef21de9526bc1abca902db5755abe463ae.tar.gz
[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-path-stroke.c')
-rw-r--r--src/cairo-path-stroke.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-path-stroke.c b/src/cairo-path-stroke.c
index 33fed4fc3..ba169ae72 100644
--- a/src/cairo-path-stroke.c
+++ b/src/cairo-path-stroke.c
@@ -38,7 +38,9 @@
#define _BSD_SOURCE /* for hypot() */
#include "cairoint.h"
+
#include "cairo-path-fixed-private.h"
+#include "cairo-slope-private.h"
typedef struct _cairo_stroker_dash {
cairo_bool_t dashed;