aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_x11_cairo.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_cairo.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_cairo.h')
-rw-r--r--pugl/pugl_x11_cairo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_x11_cairo.h b/pugl/pugl_x11_cairo.h
index ffad90b..085cc0b 100644
--- a/pugl/pugl_x11_cairo.h
+++ b/pugl/pugl_x11_cairo.h
@@ -17,6 +17,6 @@
#ifndef PUGL_X11_CAIRO_H
#define PUGL_X11_CAIRO_H
-PuglDrawContext puglGetX11CairoDrawContext(void);
+PuglBackend puglGetX11CairoBackend(void);
#endif // PUGL_X11_CAIRO_H