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.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pugl/pugl_x11.h') diff --git a/pugl/pugl_x11.h b/pugl/pugl_x11.h index 6a38c62..6efc145 100644 --- a/pugl/pugl_x11.h +++ b/pugl/pugl_x11.h @@ -21,14 +21,14 @@ #include struct PuglInternalsImpl { - Display* display; - int screen; - XVisualInfo* vi; - Window win; - XIM xim; - XIC xic; - PuglDrawContext ctx; - PuglSurface* surface; + Display* display; + int screen; + XVisualInfo* vi; + Window win; + XIM xim; + XIC xic; + PuglBackend backend; + PuglSurface* surface; struct { Atom WM_PROTOCOLS; -- cgit v1.2.1