aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11.c')
-rw-r--r--src/x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x11.c b/src/x11.c
index bb2e41f..ff7996a 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -78,6 +78,7 @@ static const char* const cursorNames[PUGL_NUM_CURSORS] = {
"sb_v_double_arrow", // UP_DOWN
"size_fdiag", // UP_LEFT_DOWN_RIGHT
"size_bdiag", // UP_RIGHT_DOWN_LEFT
+ "all-scroll", // ALL_SCROLL
};
#endif