aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11.h')
-rw-r--r--src/x11.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/x11.h b/src/x11.h
index f85b227..720dbeb 100644
--- a/src/x11.h
+++ b/src/x11.h
@@ -56,9 +56,7 @@ struct PuglInternalsImpl {
PuglEvent pendingConfigure;
PuglEvent pendingExpose;
int screen;
-#ifdef HAVE_XCURSOR
- unsigned cursorShape;
-#endif
+ const char* cursorName;
};
PUGL_WARN_UNUSED_RESULT