From b0b4c5603986d025d1b4d6b340cea942e3ccff3c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Mar 2020 14:03:31 +0100 Subject: Fix broken link in documentation --- pugl/pugl_gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1