aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/layer_shell.c
diff options
context:
space:
mode:
authorLibravatar Elyes HAOUAS <ehaouas@noos.fr>2021-04-12 18:03:37 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-04-12 18:07:18 +0200
commitb40c6448e6492df5763b77204bdfa1b16936c9d3 (patch)
tree39d0f1c4853b252297ebfb4b7c6ffa888e76e636 /sway/desktop/layer_shell.c
parentLog wlroots version on startup (diff)
downloadsway-b40c6448e6492df5763b77204bdfa1b16936c9d3.tar.gz
sway-b40c6448e6492df5763b77204bdfa1b16936c9d3.tar.zst
sway-b40c6448e6492df5763b77204bdfa1b16936c9d3.zip
desktop/layer_shell.c: Fix misspelled "exclusive"
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Diffstat (limited to 'sway/desktop/layer_shell.c')
-rw-r--r--sway/desktop/layer_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c
index c5b6d19c..91e113a7 100644
--- a/sway/desktop/layer_shell.c
+++ b/sway/desktop/layer_shell.c
@@ -191,7 +191,7 @@ void arrange_layers(struct sway_output *output) {
191 arrange_output(output); 191 arrange_output(output);
192 } 192 }
193 193
194 // Arrange non-exlusive surfaces from top->bottom 194 // Arrange non-exclusive surfaces from top->bottom
195 arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY], 195 arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY],
196 &usable_area, false); 196 &usable_area, false);
197 arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP], 197 arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP],