mirror of
https://github.com/swaywm/sway.git
synced 2025-01-17 08:28:01 +01:00
Fix presentation feedback when scanning out fullscreen view
Closes: https://github.com/swaywm/sway/issues/4663
This commit is contained in:
parent
ad07886543
commit
1a253ca7ab
1 changed files with 2 additions and 0 deletions
|
@ -472,6 +472,8 @@ static bool scan_out_fullscreen_view(struct sway_output *output,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wlr_presentation_surface_sampled(server.presentation, surface);
|
||||||
|
|
||||||
if (!wlr_output_attach_buffer(wlr_output, surface->buffer)) {
|
if (!wlr_output_attach_buffer(wlr_output, surface->buffer)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue