aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/cairo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pugl/cairo.h')
-rw-r--r--include/pugl/cairo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pugl/cairo.h b/include/pugl/cairo.h
index d72580d..9909682 100644
--- a/include/pugl/cairo.h
+++ b/include/pugl/cairo.h
@@ -33,7 +33,9 @@ PUGL_BEGIN_DECLS
Pass the returned value to puglSetBackend() to draw to a view with Cairo.
*/
-PUGL_API PUGL_CONST_FUNC const PuglBackend*
+PUGL_API
+PUGL_CONST_FUNC
+const PuglBackend*
puglCairoBackend(void);
/**