From f44e7b4f67000c170ead47ce0102fb19b91d1cfd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 27 Feb 2025 19:14:09 -0500 Subject: [PATCH] x11: Support the all-resize cursor This is an alternative name for the move cursor. (cherry picked from commit 1eaa4eb4051c42242f1eadd2d5e45b45a94d2e8d) --- gdk/x11/gdkcursor-x11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c index 5555ea01b2..7f0bb8d805 100644 --- a/gdk/x11/gdkcursor-x11.c +++ b/gdk/x11/gdkcursor-x11.c @@ -650,6 +650,7 @@ static const struct { { "nwse-resize", "bd_double_arrow" }, { "zoom-in", "left_ptr" }, { "zoom-out", "left_ptr" }, + { "all-resize", "move" }, /* not CSS, but we want to guarantee it anyway */ { NULL, NULL } };