Fix presentation feedback when scanning out fullscreen view

Closes: https://github.com/swaywm/sway/issues/4663
This commit is contained in:
Simon Ser 2019-10-23 12:26:25 +02:00 committed by Drew DeVault
parent ad07886543
commit 1a253ca7ab
1 changed files with 2 additions and 0 deletions

View File

@ -472,6 +472,8 @@ static bool scan_out_fullscreen_view(struct sway_output *output,
return false;
}
wlr_presentation_surface_sampled(server.presentation, surface);
if (!wlr_output_attach_buffer(wlr_output, surface->buffer)) {
return false;
}