summaryrefslogtreecommitdiffstats
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r--sway/desktop/render.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c
index c432b476..960fe083 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -121,7 +121,8 @@ static void render_surface_iterator(struct sway_output *output, struct sway_view
121 121
122 render_texture(wlr_output, output_damage, texture, &box, matrix, alpha); 122 render_texture(wlr_output, output_damage, texture, &box, matrix, alpha);
123 123
124 wlr_presentation_surface_sampled(server.presentation, surface); 124 wlr_presentation_surface_sampled_on_output(server.presentation, surface,
125 wlr_output);
125} 126}
126 127
127static void render_layer(struct sway_output *output, 128static void render_layer(struct sway_output *output,