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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index d159da22..18664d7c 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -525,6 +525,7 @@ static void seat_configure_touch(struct sway_seat *seat,
525 525
526static void seat_configure_tablet_tool(struct sway_seat *seat, 526static void seat_configure_tablet_tool(struct sway_seat *seat,
527 struct sway_seat_device *sway_device) { 527 struct sway_seat_device *sway_device) {
528 seat_configure_xcursor(seat);
528 wlr_cursor_attach_input_device(seat->cursor->cursor, 529 wlr_cursor_attach_input_device(seat->cursor->cursor,
529 sway_device->input_device->wlr_device); 530 sway_device->input_device->wlr_device);
530 seat_apply_input_config(seat, sway_device); 531 seat_apply_input_config(seat, sway_device);