aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r--pugl/detail/x11.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h
index 47d9225..cf647ed 100644
--- a/pugl/detail/x11.h
+++ b/pugl/detail/x11.h
@@ -61,16 +61,16 @@ struct PuglWorldInternalsImpl {
struct PuglInternalsImpl {
Display* display;
- int screen;
XVisualInfo* vi;
Window win;
-#ifdef HAVE_XCURSOR
- unsigned cursorShape;
-#endif
XIC xic;
PuglSurface* surface;
PuglEvent pendingConfigure;
PuglEvent pendingExpose;
+ int screen;
+#ifdef HAVE_XCURSOR
+ unsigned cursorShape;
+#endif
};
static inline PuglStatus