aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r--sway/desktop/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c
index 9cfdea84..c9a306cf 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -151,7 +151,7 @@ static void render_surface_iterator(struct sway_output *output,
151 render_texture(data->ctx, texture, 151 render_texture(data->ctx, texture,
152 &src_box, &dst_box, &clip_box, surface->current.transform, alpha); 152 &src_box, &dst_box, &clip_box, surface->current.transform, alpha);
153 153
154 wlr_presentation_surface_textured_on_output(server.presentation, surface, 154 wlr_presentation_surface_textured_on_output(surface,
155 wlr_output); 155 wlr_output);
156} 156}
157 157