summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-15 13:26:34 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-15 13:26:34 +0100
commit1caa34103925c53b180cd614f5c6b425b5a3f271 (patch)
tree02e974f51fee963907cd0da1ab298274ae7d46a0 /doc
parent818ad38a0e323892231469520a4b077f4dae31d4 (diff)
downloadcairo-1caa34103925c53b180cd614f5c6b425b5a3f271.tar.gz
Fix build under distcheck
Need to play a little dance to get the sources included and paths correct whilst building source files with objdir != srcdir under distcheck.
Diffstat (limited to 'doc')
-rw-r--r--doc/public/tmpl/cairo-surface.sgml2
-rw-r--r--doc/public/tmpl/cairo.sgml15
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/public/tmpl/cairo-surface.sgml b/doc/public/tmpl/cairo-surface.sgml
index f7df8296c..00d5eff42 100644
--- a/doc/public/tmpl/cairo-surface.sgml
+++ b/doc/public/tmpl/cairo-surface.sgml
@@ -215,6 +215,8 @@ The Portable Network Graphics image file format (ISO/IEC 15948). Since 1.10
@CAIRO_SURFACE_TYPE_WIN32_PRINTING:
@CAIRO_SURFACE_TYPE_QUARTZ_IMAGE:
@CAIRO_SURFACE_TYPE_SCRIPT:
+@CAIRO_SURFACE_TYPE_QT:
+@CAIRO_SURFACE_TYPE_META:
<!-- ##### FUNCTION cairo_surface_get_type ##### -->
<para>
diff --git a/doc/public/tmpl/cairo.sgml b/doc/public/tmpl/cairo.sgml
index 6faef6caa..31f9d4e94 100644
--- a/doc/public/tmpl/cairo.sgml
+++ b/doc/public/tmpl/cairo.sgml
@@ -383,6 +383,21 @@ The cairo drawing context
@CAIRO_OPERATOR_XOR:
@CAIRO_OPERATOR_ADD:
@CAIRO_OPERATOR_SATURATE:
+@CAIRO_OPERATOR_MULTIPLY:
+@CAIRO_OPERATOR_SCREEN:
+@CAIRO_OPERATOR_OVERLAY:
+@CAIRO_OPERATOR_DARKEN:
+@CAIRO_OPERATOR_LIGHTEN:
+@CAIRO_OPERATOR_COLOR_DODGE:
+@CAIRO_OPERATOR_COLOR_BURN:
+@CAIRO_OPERATOR_HARD_LIGHT:
+@CAIRO_OPERATOR_SOFT_LIGHT:
+@CAIRO_OPERATOR_DIFFERENCE:
+@CAIRO_OPERATOR_EXCLUSION:
+@CAIRO_OPERATOR_HSL_HUE:
+@CAIRO_OPERATOR_HSL_SATURATION:
+@CAIRO_OPERATOR_HSL_COLOR:
+@CAIRO_OPERATOR_HSL_LUMINOSITY:
<!-- ##### FUNCTION cairo_set_operator ##### -->
<para>