summaryrefslogtreecommitdiffstats
path: root/sway/tree/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r--sway/tree/output.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c
index 138144a7..60e0af9f 100644
--- a/sway/tree/output.c
+++ b/sway/tree/output.c
@@ -233,9 +233,8 @@ void output_disable(struct sway_output *output) {
233 233
234 root_for_each_container(untrack_output, output); 234 root_for_each_container(untrack_output, output);
235 235
236 if (output->bg_pid) { 236 if (output->swaybg_client != NULL) {
237 terminate_swaybg(output->bg_pid); 237 wl_client_destroy(output->swaybg_client);
238 output->bg_pid = 0;
239 } 238 }
240 239
241 int index = list_find(root->outputs, output); 240 int index = list_find(root->outputs, output);