diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/x11.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -66,10 +66,8 @@ enum WmClientStateMessageAction { WM_STATE_TOGGLE }; -#define NUM_CURSORS ((unsigned)PUGL_CURSOR_UP_RIGHT_DOWN_LEFT + 1U) - #ifdef HAVE_XCURSOR -static const char* const cursor_names[NUM_CURSORS] = { +static const char* const cursor_names[PUGL_NUM_CURSORS] = { "default", // ARROW "text", // CARET "crosshair", // CROSSHAIR |