aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/pugl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-29 16:32:32 +0100
committerDavid Robillard <d@drobilla.net>2020-10-30 10:58:30 +0100
commitd7703c822c7b2373615a972f02667287635c667b (patch)
treebbfd978a093bed67ec36f64daebe1043d22caa79 /include/pugl/pugl.h
parent09fd11906d65a909bc84c7950f428ea3092dc405 (diff)
downloadpugl-d7703c822c7b2373615a972f02667287635c667b.tar.gz
pugl-d7703c822c7b2373615a972f02667287635c667b.tar.bz2
pugl-d7703c822c7b2373615a972f02667287635c667b.zip
Simplify header names
Diffstat (limited to 'include/pugl/pugl.h')
-rw-r--r--include/pugl/pugl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index 19f9fa4..814b39b 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -899,8 +899,8 @@ puglGetHandle(PuglView* view);
Pugl includes the following backends:
- - puglGlBackend(), declared in pugl_gl.h
- - puglCairoBackend(), declared in pugl_cairo.h
+ - puglGlBackend(), declared in pugl/gl.h
+ - puglCairoBackend(), declared in pugl/cairo.h
Note that backends are modular and not compiled into the main Pugl library
to avoid unnecessary dependencies. To use a particular backend,