summaryrefslogtreecommitdiffstats
path: root/sway/tree
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree')
-rw-r--r--sway/tree/output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c
index 33fdee5e..07f04ee5 100644
--- a/sway/tree/output.c
+++ b/sway/tree/output.c
@@ -269,6 +269,7 @@ void output_disable(struct sway_output *output) {
269 269
270 output->enabled = false; 270 output->enabled = false;
271 output->configured = false; 271 output->configured = false;
272 output->current_mode = NULL;
272 273
273 arrange_root(); 274 arrange_root();
274} 275}