diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-04-12 18:03:37 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-12 18:07:18 +0200 |
commit | b40c6448e6492df5763b77204bdfa1b16936c9d3 (patch) | |
tree | 39d0f1c4853b252297ebfb4b7c6ffa888e76e636 /sway/desktop/layer_shell.c | |
parent | 78fc9d0d2d4fae0565b115f5ee4b0296b4e993f2 (diff) |
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.c | 2 |
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) { arrange_output(output); } - // Arrange non-exlusive surfaces from top->bottom + // Arrange non-exclusive surfaces from top->bottom arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY], &usable_area, false); arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP], |