1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-26 03:46:20 +02:00

desktop/layer_shell.c: Fix misspelled "exclusive"

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS 2021-04-12 18:03:37 +02:00 committed by Simon Ser
parent 78fc9d0d2d
commit b40c6448e6

View File

@ -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],