aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_cairo.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_cairo.h')
-rw-r--r--pugl/pugl_cairo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_cairo.h b/pugl/pugl_cairo.h
index c68f6bb..4b3b621 100644
--- a/pugl/pugl_cairo.h
+++ b/pugl/pugl_cairo.h
@@ -38,7 +38,7 @@ PUGL_BEGIN_DECLS
Pass the return value to puglInitBackend() to draw to a view with Cairo.
*/
-PUGL_API const PuglBackend*
+PUGL_API PUGL_CONST_FUNC const PuglBackend*
puglCairoBackend(void);
/**