x11: Support the all-resize cursor

This is an alternative name for the move cursor.

(cherry picked from commit 1eaa4eb4051c42242f1eadd2d5e45b45a94d2e8d)
This commit is contained in:
Matthias Clasen
2025-02-27 19:14:09 -05:00
committed by Vlad Zahorodnii
parent 1cfd1fcd04
commit f44e7b4f67

View File

@ -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 }
};