1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-06-02 10:46:29 +02:00

Chase wlroots!4482

This commit is contained in:
Bill Li 2023-12-28 03:33:53 +08:00 committed by Kenny Levinsen
parent 22d0dd8bde
commit 64d644f0da
2 changed files with 2 additions and 2 deletions

View File

@ -531,7 +531,7 @@ static bool scan_out_fullscreen_view(struct sway_output *output,
return false;
}
wlr_presentation_surface_scanned_out_on_output(server.presentation, surface,
wlr_presentation_surface_scanned_out_on_output(surface,
wlr_output);
return wlr_output_commit_state(wlr_output, pending);

View File

@ -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);
}