commit b40c6448e6492df5763b77204bdfa1b16936c9d3
parent 78fc9d0d2d4fae0565b115f5ee4b0296b4e993f2
Author: Elyes HAOUAS <ehaouas@noos.fr>
Date: Mon, 12 Apr 2021 18:03:37 +0200
desktop/layer_shell.c: Fix misspelled "exclusive"
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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],