aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config/output.c')
-rw-r--r--sway/config/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config/output.c b/sway/config/output.c
index eefde22b..3316085a 100644
--- a/sway/config/output.c
+++ b/sway/config/output.c
@@ -590,7 +590,7 @@ bool apply_output_config(struct output_config *oc, struct sway_output *output) {
590 // Reconfigure all devices, since input config may have been applied before 590 // Reconfigure all devices, since input config may have been applied before
591 // this output came online, and some config items (like map_to_output) are 591 // this output came online, and some config items (like map_to_output) are
592 // dependent on an output being present. 592 // dependent on an output being present.
593 input_manager_configure_all_inputs(); 593 input_manager_configure_all_input_mappings();
594 // Reconfigure the cursor images, since the scale may have changed. 594 // Reconfigure the cursor images, since the scale may have changed.
595 input_manager_configure_xcursor(); 595 input_manager_configure_xcursor();
596 return true; 596 return true;