Skip to content

Commit 9107907

Browse files
Artturinemersion
authored andcommitted
chase wlroots 'presentation-time: add separate helper for zero-copy '
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/67447d6cb407ac5b6405b4dbae01a38567feb111
1 parent 6c234d0 commit 9107907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sway/desktop/output.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ static bool scan_out_fullscreen_view(struct sway_output *output,
530530
return false;
531531
}
532532

533-
wlr_presentation_surface_sampled_on_output(server.presentation, surface,
533+
wlr_presentation_surface_scanned_out_on_output(server.presentation, surface,
534534
wlr_output);
535535

536536
return wlr_output_commit_state(wlr_output, pending);

sway/desktop/render.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static void render_surface_iterator(struct sway_output *output,
150150
render_texture(data->ctx, texture,
151151
&src_box, &dst_box, &clip_box, surface->current.transform, alpha);
152152

153-
wlr_presentation_surface_sampled_on_output(server.presentation, surface,
153+
wlr_presentation_surface_textured_on_output(server.presentation, surface,
154154
wlr_output);
155155
}
156156

0 commit comments

Comments
 (0)