aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
authorLibravatar Artturin <Artturin@artturin.com>2023-07-15 15:43:37 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2023-07-15 15:21:35 +0200
commit91079079690c8832b22960403f0e60c63822d17a (patch)
tree45f4cc4f60cf831da697e7aff89a6d690c00d5ef /sway/desktop/render.c
parentCalculate tiled resize amount relative to parent container (diff)
downloadsway-91079079690c8832b22960403f0e60c63822d17a.tar.gz
sway-91079079690c8832b22960403f0e60c63822d17a.tar.zst
sway-91079079690c8832b22960403f0e60c63822d17a.zip
chase wlroots 'presentation-time: add separate helper for zero-copy '
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/67447d6cb407ac5b6405b4dbae01a38567feb111
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 f08e2c6c..c4c0004e 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -150,7 +150,7 @@ static void render_surface_iterator(struct sway_output *output,
150 render_texture(data->ctx, texture, 150 render_texture(data->ctx, texture,
151 &src_box, &dst_box, &clip_box, surface->current.transform, alpha); 151 &src_box, &dst_box, &clip_box, surface->current.transform, alpha);
152 152
153 wlr_presentation_surface_sampled_on_output(server.presentation, surface, 153 wlr_presentation_surface_textured_on_output(server.presentation, surface,
154 wlr_output); 154 wlr_output);
155} 155}
156 156