mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Feedback for fullscreen.
This commit is contained in:
parent
52420cc24d
commit
bfd5834f4c
7 changed files with 13 additions and 41 deletions
|
|
@ -287,11 +287,9 @@ 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_OVERLAY]);
|
||||
}
|
||||
render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP]);
|
||||
render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]);
|
||||
|
||||
renderer_end:
|
||||
if (root_container.sway_root->debug_tree) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue