aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_x11_gl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-26 23:11:17 +0200
committerDavid Robillard <d@drobilla.net>2019-07-28 19:06:39 +0200
commitffdc710f20ce8016bf5daeaf97cb75bcb479a22d (patch)
tree6b4bf3fa7912f1d8f55a7d54a3b88c526752983f /pugl/pugl_x11_gl.h
parenta84fe498ef7e8786455cf480bb865e1708465207 (diff)
downloadpugl-ffdc710f20ce8016bf5daeaf97cb75bcb479a22d.tar.gz
pugl-ffdc710f20ce8016bf5daeaf97cb75bcb479a22d.tar.bz2
pugl-ffdc710f20ce8016bf5daeaf97cb75bcb479a22d.zip
Rename PuglDrawContext to PuglBackend
This name was pretty confusing since there is already the concept of a "context".
Diffstat (limited to 'pugl/pugl_x11_gl.h')
-rw-r--r--pugl/pugl_x11_gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_x11_gl.h b/pugl/pugl_x11_gl.h
index cba6473..66cd8f3 100644
--- a/pugl/pugl_x11_gl.h
+++ b/pugl/pugl_x11_gl.h
@@ -17,6 +17,6 @@
#ifndef PUGL_X11_GL_H
#define PUGL_X11_GL_H
-PuglDrawContext puglGetX11GlDrawContext(void);
+PuglBackend puglGetX11GlBackend(void);
#endif // PUGL_X11_GL_H