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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pugl/cairo.h b/include/pugl/cairo.h
index 9a0eccf..8a5ae4e 100644
--- a/include/pugl/cairo.h
+++ b/include/pugl/cairo.h
@@ -21,8 +21,7 @@ PUGL_BEGIN_DECLS
Pass the returned value to puglSetBackend() to draw to a view with Cairo.
*/
-PUGL_CONST_API
-const PuglBackend*
+PUGL_CONST_API const PuglBackend*
puglCairoBackend(void);
/**