aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index fa75878..d4f079e 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -719,8 +719,8 @@ typedef struct PuglBackendImpl PuglBackend;
This needs to be called once before creating the window to set the graphics
backend. There are two backend accessors included with pugl:
- puglGlBackend() and puglCairoBackend(), declared in pugl_gl_backend.h and
- pugl_cairo_backend.h, respectively.
+ puglGlBackend() and puglCairoBackend(), declared in pugl_gl.h and
+ pugl_cairo.h, respectively.
*/
PUGL_API PuglStatus
puglSetBackend(PuglView* view, const PuglBackend* backend);