diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-09-26 13:12:57 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-09-26 13:12:57 +0200 |
| commit | db178e1860d510d6165966f57402d8035d7b594e (patch) | |
| tree | 79927c79019e968b191c394c4f190389e255a41b | |
| parent | 55562476b8c427e117c7005c869d8c332b17d00d (diff) | |
seat: Fix cursor theme reload for tablet tool
| -rw-r--r-- | sway/input/tablet.c | 4 |
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) { 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 = |
