diff options
author | David Robillard <d@drobilla.net> | 2020-10-21 16:53:49 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-21 18:55:00 +0200 |
commit | c15b5da48b1fa3bec9315df8f66b7e36658d1742 (patch) | |
tree | 7273684d9ec286e141c0d3368128388ad8a85c42 /include/pugl | |
parent | f88687a95d73a2ac2590b1b9bc59506f7d6b498f (diff) | |
download | pugl-c15b5da48b1fa3bec9315df8f66b7e36658d1742.tar.gz pugl-c15b5da48b1fa3bec9315df8f66b7e36658d1742.tar.bz2 pugl-c15b5da48b1fa3bec9315df8f66b7e36658d1742.zip |
Fix outdated function reference in Cairo documentation
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); |