aboutsummaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 9bf3f964..9addc847 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -10,6 +10,7 @@ bool handle_output_created(wlc_handle output) {
10} 10}
11 11
12void handle_output_destroyed(wlc_handle output) { 12void handle_output_destroyed(wlc_handle output) {
13 destroy_output(output);
13} 14}
14 15
15void handle_output_resolution_change(wlc_handle output, const struct wlc_size *from, const struct wlc_size *to) { 16void handle_output_resolution_change(wlc_handle output, const struct wlc_size *from, const struct wlc_size *to) {