aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 6739c163..920742e9 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -723,7 +723,7 @@ static void seat_configure_tablet_tool(struct sway_seat *seat,
723 723
724static void seat_configure_tablet_pad(struct sway_seat *seat, 724static void seat_configure_tablet_pad(struct sway_seat *seat,
725 struct sway_seat_device *sway_device) { 725 struct sway_seat_device *sway_device) {
726 if (!sway_device->tablet) { 726 if (!sway_device->tablet_pad) {
727 sway_device->tablet_pad = sway_tablet_pad_create(seat, sway_device); 727 sway_device->tablet_pad = sway_tablet_pad_create(seat, sway_device);
728 } 728 }
729 sway_configure_tablet_pad(sway_device->tablet_pad); 729 sway_configure_tablet_pad(sway_device->tablet_pad);