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 776d5766..e0f0db1d 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -428,7 +428,7 @@ static void seat_apply_input_config(struct sway_seat *seat,
428 if (mapped_to_output != NULL) { 428 if (mapped_to_output != NULL) {
429 wlr_log(WLR_DEBUG, "Mapping input device %s to output %s", 429 wlr_log(WLR_DEBUG, "Mapping input device %s to output %s",
430 sway_device->input_device->identifier, mapped_to_output); 430 sway_device->input_device->identifier, mapped_to_output);
431 struct sway_output *output = output_by_name(mapped_to_output); 431 struct sway_output *output = output_by_name_or_id(mapped_to_output);
432 if (output) { 432 if (output) {
433 wlr_cursor_map_input_to_output(seat->cursor->cursor, 433 wlr_cursor_map_input_to_output(seat->cursor->cursor,
434 sway_device->input_device->wlr_device, output->wlr_output); 434 sway_device->input_device->wlr_device, output->wlr_output);