diff options
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r-- | sway/desktop/render.c | 2 |
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, render_texture(data->ctx, texture, &src_box, &dst_box, &clip_box, surface->current.transform, alpha); - wlr_presentation_surface_textured_on_output(server.presentation, surface, + wlr_presentation_surface_textured_on_output(surface, wlr_output); } |