diff options
Diffstat (limited to 'include/pugl')
-rw-r--r-- | include/pugl/pugl_cairo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pugl/pugl_cairo.h b/include/pugl/pugl_cairo.h index 4b3b621..0e0698b 100644 --- a/include/pugl/pugl_cairo.h +++ b/include/pugl/pugl_cairo.h @@ -36,7 +36,7 @@ PUGL_BEGIN_DECLS /** Cairo graphics backend accessor. - Pass the return value to puglInitBackend() to draw to a view with Cairo. + Pass the return value to puglSetBackend() to draw to a view with Cairo. */ PUGL_API PUGL_CONST_FUNC const PuglBackend* puglCairoBackend(void); |