From ffdc710f20ce8016bf5daeaf97cb75bcb479a22d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Jul 2019 23:11:17 +0200 Subject: Rename PuglDrawContext to PuglBackend This name was pretty confusing since there is already the concept of a "context". --- pugl/pugl_x11_gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl_x11_gl.h') 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 -- cgit v1.2.1