From c3ec141b3445b37b938c504341c7856d61a34cb9 Mon Sep 17 00:00:00 2001 From: NemuiBanila <67269576+nemuibanila@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:12:57 +0200 Subject: [PATCH] seat: Fix cursor theme reload for tablet tool --- sway/input/tablet.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sway/input/tablet.c b/sway/input/tablet.c index f979bc68d..902cb7eda 100644 --- a/sway/input/tablet.c +++ b/sway/input/tablet.c @@ -58,9 +58,7 @@ void sway_configure_tablet(struct sway_tablet *tablet) { tablet->seat_device->input_device->wlr_device; struct sway_seat *seat = tablet->seat_device->sway_seat; - if ((seat->wlr_seat->capabilities & WL_SEAT_CAPABILITY_POINTER) == 0) { - seat_configure_xcursor(seat); - } + seat_configure_xcursor(seat); if (!tablet->tablet_v2) { tablet->tablet_v2 =