aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar NemuiBanila <67269576+nemuibanila@users.noreply.github.com>2023-09-26 13:12:57 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2023-11-21 11:35:49 +0100
commitc3ec141b3445b37b938c504341c7856d61a34cb9 (patch)
tree79927c79019e968b191c394c4f190389e255a41b
parentseat: Fix reloading cursor theme after change (diff)
downloadsway-c3ec141b3445b37b938c504341c7856d61a34cb9.tar.gz
sway-c3ec141b3445b37b938c504341c7856d61a34cb9.tar.zst
sway-c3ec141b3445b37b938c504341c7856d61a34cb9.zip
seat: Fix cursor theme reload for tablet tool
-rw-r--r--sway/input/tablet.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sway/input/tablet.c b/sway/input/tablet.c
index f979bc68..902cb7ed 100644
--- a/sway/input/tablet.c
+++ b/sway/input/tablet.c
@@ -58,9 +58,7 @@ void sway_configure_tablet(struct sway_tablet *tablet) {
58 tablet->seat_device->input_device->wlr_device; 58 tablet->seat_device->input_device->wlr_device;
59 struct sway_seat *seat = tablet->seat_device->sway_seat; 59 struct sway_seat *seat = tablet->seat_device->sway_seat;
60 60
61 if ((seat->wlr_seat->capabilities & WL_SEAT_CAPABILITY_POINTER) == 0) { 61 seat_configure_xcursor(seat);
62 seat_configure_xcursor(seat);
63 }
64 62
65 if (!tablet->tablet_v2) { 63 if (!tablet->tablet_v2) {
66 tablet->tablet_v2 = 64 tablet->tablet_v2 =