summaryrefslogtreecommitdiff
path: root/src/cairoint.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2022-04-17 13:38:03 +0930
committerAdrian Johnson <ajohnson@redneon.com>2022-04-19 19:58:44 +0930
commit6454f65ec5b5ce7e7aa93fabcf9b5957f617cabe (patch)
tree8ab344255bcac64a90a0c63aa19c24164592e869 /src/cairoint.h
parentb4014daedf8960098c12c519bb7455b87f524137 (diff)
downloadcairo-6454f65ec5b5ce7e7aa93fabcf9b5957f617cabe.tar.gz
Allow the C++ code in dwrite-font to use the debug functions
Diffstat (limited to 'src/cairoint.h')
-rw-r--r--src/cairoint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cairoint.h b/src/cairoint.h
index b2874e169..09831ddb2 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -2109,7 +2109,6 @@ slim_hidden_proto (cairo_surface_write_to_png_stream);
#endif
-CAIRO_END_DECLS
#include "cairo-mutex-private.h"
#include "cairo-fixed-private.h"
@@ -2152,4 +2151,6 @@ _cairo_debug_print_clip (FILE *stream, const cairo_clip_t *clip);
#define TRACE_(x)
#endif
+CAIRO_END_DECLS
+
#endif