diff options
Diffstat (limited to 'pugl/pugl_x11.h')
-rw-r--r-- | pugl/pugl_x11.h | 16 |
1 files changed, 8 insertions, 8 deletions
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 <X11/Xutil.h> 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; |