summaryrefslogtreecommitdiff
path: root/doc/public/xml/cairo-quartz-fonts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/public/xml/cairo-quartz-fonts.xml')
-rw-r--r--doc/public/xml/cairo-quartz-fonts.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/public/xml/cairo-quartz-fonts.xml b/doc/public/xml/cairo-quartz-fonts.xml
index 5477cca..2bcf23f 100644
--- a/doc/public/xml/cairo-quartz-fonts.xml
+++ b/doc/public/xml/cairo-quartz-fonts.xml
@@ -40,7 +40,8 @@ implementation of the font backend methods.
<refsect2 id="CAIRO-HAS-QUARTZ-FONT:CAPS" role="macro">
<title>CAIRO_HAS_QUARTZ_FONT</title>
<indexterm zone="CAIRO-HAS-QUARTZ-FONT:CAPS"><primary sortas="HAS_QUARTZ_FONT">CAIRO_HAS_QUARTZ_FONT</primary></indexterm>
-<programlisting>#define CAIRO_HAS_QUARTZ_FONT</programlisting>
+<programlisting>#define CAIRO_HAS_QUARTZ_FONT 1
+</programlisting>
<para>
Defined if the Quartz font backend is available.
This macro can be used to conditionally compile backend-specific code.