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_cairo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl_x11_cairo.h') 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 -- cgit v1.2.1