summaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index b86f20e8..dc2f6380 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -287,11 +287,9 @@ static void render_output(struct sway_output *output, struct timespec *when,
287 render_container(output, workspace); 287 render_container(output, workspace);
288 288
289 render_unmanaged(output, &root_container.sway_root->xwayland_unmanaged); 289 render_unmanaged(output, &root_container.sway_root->xwayland_unmanaged);
290
291 render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP]);
292 render_layer(output,
293 &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]);
294 } 290 }
291 render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP]);
292 render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]);
295 293
296renderer_end: 294renderer_end:
297 if (root_container.sway_root->debug_tree) { 295 if (root_container.sway_root->debug_tree) {