summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/wayland_common.c')
-rw-r--r--video/out/wayland_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index 479c06cd8e..b6df672a5a 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -1429,7 +1429,7 @@ static int spawn_cursor(struct vo_wayland_state *wl)
const char *xcursor_theme = getenv("XCURSOR_THEME");
const char *size_str = getenv("XCURSOR_SIZE");
- int size = 32;
+ int size = 24;
if (size_str != NULL) {
errno = 0;
char *end;