From 468d4bc537e003b55ce7942db11396868b6e488a Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Tue, 24 Feb 2026 11:34:01 +0100 Subject: [PATCH] cursor-shape-v1: Bump to version 2 This adds two new shapes: dnd_ask and all_resize. References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4866 --- sway/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/server.c b/sway/server.c index f58ea9471..cb8f4cf04 100644 --- a/sway/server.c +++ b/sway/server.c @@ -440,7 +440,7 @@ bool server_init(struct sway_server *server) { &server->xdg_toplevel_tag_manager_v1_set_tag); struct wlr_cursor_shape_manager_v1 *cursor_shape_manager = - wlr_cursor_shape_manager_v1_create(server->wl_display, 1); + wlr_cursor_shape_manager_v1_create(server->wl_display, 2); server->request_set_cursor_shape.notify = handle_request_set_cursor_shape; wl_signal_add(&cursor_shape_manager->events.request_set_shape, &server->request_set_cursor_shape);