aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
authorLibravatar Bill Li <billli11hkb@gmail.com>2023-12-28 03:33:53 +0800
committerLibravatar Kenny Levinsen <kl@kl.wtf>2023-12-27 20:57:35 +0100
commit64d644f0da15e4aef85ca1800b90aa65e333933c (patch)
treee7e89ccd304a31feeae0c523a1e3170513f84369 /sway/desktop/render.c
parentCheck wlr_pointer_constraint_v1_state.cursor_hint.enabled (diff)
downloadsway-64d644f0da15e4aef85ca1800b90aa65e333933c.tar.gz
sway-64d644f0da15e4aef85ca1800b90aa65e333933c.tar.zst
sway-64d644f0da15e4aef85ca1800b90aa65e333933c.zip
Chase wlroots!4482
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