aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-07 14:03:31 +0100
committerDavid Robillard <d@drobilla.net>2020-03-07 14:03:31 +0100
commitb0b4c5603986d025d1b4d6b340cea942e3ccff3c (patch)
tree5072130b7ae94f7ed67f03ae6c54c20dc442dfe2 /pugl
parent16242ec8de121d2e2d0a78165f3fbc9c2d76312e (diff)
downloadpugl-b0b4c5603986d025d1b4d6b340cea942e3ccff3c.tar.gz
pugl-b0b4c5603986d025d1b4d6b340cea942e3ccff3c.tar.bz2
pugl-b0b4c5603986d025d1b4d6b340cea942e3ccff3c.zip
Fix broken link in documentation
Diffstat (limited to 'pugl')
-rw-r--r--pugl/pugl_gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_gl.h b/pugl/pugl_gl.h
index 7031013..eb2b16f 100644
--- a/pugl/pugl_gl.h
+++ b/pugl/pugl_gl.h
@@ -46,7 +46,7 @@ puglGetProcAddress(const char* name);
/**
OpenGL graphics backend.
- Pass the return value to puglInitBackend() to draw to a view with OpenGL.
+ Pass the return value to puglSetBackend() to draw to a view with OpenGL.
*/
PUGL_API const PuglBackend*
puglGlBackend(void);