mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Don't render top layer when fullscreen.
This commit is contained in:
parent
777800e37a
commit
bd67342bdc
@ -292,8 +292,8 @@ static void render_output(struct sway_output *output, struct timespec *when,
|
||||
render_container(output, workspace);
|
||||
|
||||
render_unmanaged(output, &root_container.sway_root->xwayland_unmanaged);
|
||||
render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP]);
|
||||
}
|
||||
render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP]);
|
||||
render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]);
|
||||
|
||||
renderer_end:
|
||||
|
Loading…
Reference in New Issue
Block a user