diff options
author | David Robillard <d@drobilla.net> | 2020-03-07 14:03:31 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-07 14:03:31 +0100 |
commit | b0b4c5603986d025d1b4d6b340cea942e3ccff3c (patch) | |
tree | 5072130b7ae94f7ed67f03ae6c54c20dc442dfe2 /pugl/pugl_gl.h | |
parent | 16242ec8de121d2e2d0a78165f3fbc9c2d76312e (diff) | |
download | pugl-b0b4c5603986d025d1b4d6b340cea942e3ccff3c.tar.gz pugl-b0b4c5603986d025d1b4d6b340cea942e3ccff3c.tar.bz2 pugl-b0b4c5603986d025d1b4d6b340cea942e3ccff3c.zip |
Fix broken link in documentation
Diffstat (limited to 'pugl/pugl_gl.h')
-rw-r--r-- | pugl/pugl_gl.h | 2 |
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); |