aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index db2928fd..23d20b79 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -286,6 +286,11 @@ static void render_output(struct sway_output *output, struct timespec *when,
286 &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]); 286 &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]);
287 287
288renderer_end: 288renderer_end:
289 if (root_container.sway_root->debug_tree) {
290 wlr_render_texture(renderer, root_container.sway_root->debug_tree,
291 wlr_output->transform_matrix, 0, 0, 1);
292 }
293
289 wlr_renderer_end(renderer); 294 wlr_renderer_end(renderer);
290 if (!wlr_output_damage_swap_buffers(output->damage, when, damage)) { 295 if (!wlr_output_damage_swap_buffers(output->damage, when, damage)) {
291 return; 296 return;