summaryrefslogtreecommitdiff
path: root/src/cairo-quartz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-quartz.h')
-rw-r--r--src/cairo-quartz.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h
index 918bc18d7..5afd46426 100644
--- a/src/cairo-quartz.h
+++ b/src/cairo-quartz.h
@@ -31,17 +31,20 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
-#include <cairo.h>
-
#ifndef CAIRO_QUARTZ_H
#define CAIRO_QUARTZ_H
+
+#include <cairo.h>
+
#ifdef CAIRO_HAS_QUARTZ_SURFACE
#include <Carbon/Carbon.h>
+CAIRO_BEGIN_DECLS
+
void
cairo_set_target_quartz_context( cairo_t *cr,
CGContextRef context,
@@ -53,6 +56,8 @@ cairo_quartz_surface_create ( CGContextRef context,
int width,
int height);
+CAIRO_END_DECLS
+
#endif /* CAIRO_HAS_QUARTZ_SURFACE */
#endif /* CAIRO_QUARTZ_H */