mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
desktop/layer_shell.c: Fix misspelled "exclusive"
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
parent
78fc9d0d2d
commit
b40c6448e6
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user