backend-pipewire: Nuke band-aid
With commit a1f8c49d5b
'compositor: repaint backends separately'
we will be repainting outputs independently so there's no need to keep
this band-aid on. Further more, the comment was most likely wrong.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
e271b2ed99
commit
c6aa8c9b17
|
@ -250,13 +250,6 @@ finish_frame_handler(void *data)
|
|||
{
|
||||
struct pipewire_output *output = data;
|
||||
|
||||
/*
|
||||
* Skip weston_output_finish_frame() if the repaint state machine was
|
||||
* reset, e.g. by calling weston_compositor_sleep().
|
||||
*/
|
||||
if (output->base.repaint_status != REPAINT_AWAITING_COMPLETION)
|
||||
return 1;
|
||||
|
||||
weston_output_finish_frame_from_timer(&output->base);
|
||||
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue