summaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 86b023cb..ea3938a4 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -370,7 +370,7 @@ void handle_new_output(struct wl_listener *listener, void *data) {
370 wl_list_init(&output->layers[i]); 370 wl_list_init(&output->layers[i]);
371 } 371 }
372 372
373 sway_input_manager_configure_xcursor(input_manager); 373 input_manager_configure_xcursor(input_manager);
374 374
375 wl_signal_add(&wlr_output->events.destroy, &output->destroy); 375 wl_signal_add(&wlr_output->events.destroy, &output->destroy);
376 output->destroy.notify = handle_destroy; 376 output->destroy.notify = handle_destroy;