From 28a6f695601d3bc94267362495c2400d7d38cc74 Mon Sep 17 00:00:00 2001 From: daniel <193309918+danielfrrrr@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:45:21 -0300 Subject: [PATCH] cursor-shape: bump version from 1 to 2 References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4866 https://github.com/swaywm/sway/commit/468d4bc537e003b55ce7942db11396868b6e488a --- src/input/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/cursor.c b/src/input/cursor.c index e8ac7d96..097a8b54 100644 --- a/src/input/cursor.c +++ b/src/input/cursor.c @@ -42,7 +42,7 @@ #include #endif -#define LAB_CURSOR_SHAPE_V1_VERSION 1 +#define LAB_CURSOR_SHAPE_V1_VERSION 2 struct constraint { struct seat *seat;