summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-operators-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-02-19 14:39:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-02-20 10:56:24 +0000
commitaac5650beebb40068767a7d3ffedf634a3da5002 (patch)
tree256de8215690e409138153fcf5fe9f52899eb919 /src/cairo-pdf-operators-private.h
parenteaaa1415a9becb8f11ddde4094fcf0aec6d1458f (diff)
downloadcairo-aac5650beebb40068767a7d3ffedf634a3da5002.tar.gz
[pdf-operators] Missing private markup.
Fixup make check by adding the required cairo_private markup.
Diffstat (limited to 'src/cairo-pdf-operators-private.h')
-rw-r--r--src/cairo-pdf-operators-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-pdf-operators-private.h b/src/cairo-pdf-operators-private.h
index 36bd2e128..e66839ce3 100644
--- a/src/cairo-pdf-operators-private.h
+++ b/src/cairo-pdf-operators-private.h
@@ -97,7 +97,7 @@ _cairo_pdf_operators_fill (cairo_pdf_operators_t *pdf_operators,
cairo_path_fixed_t *path,
cairo_fill_rule_t fill_rule);
-cairo_int_status_t
+cairo_private cairo_int_status_t
_cairo_pdf_operators_fill_stroke (cairo_pdf_operators_t *pdf_operators,
cairo_path_fixed_t *path,
cairo_fill_rule_t fill_rule,