Skip to content
Commit 433f648a authored by Ray Smith's avatar Ray Smith Committed by Daniel Stone
Browse files

backend-headless: Don't try to finish frame if it was cancelled



When multiple outputs are present, a failure in one's repaint will
cause any repaints of all other outputs to be cancelled. If this
happens during the headless "frame" time, the assertion on
repaint_status in weston_output_finish_frame fails.

Do the same as the DRM backend does in its equivalent callback
drm_output_update_complete and don't finish the frame.

Signed-off-by: default avatarRay Smith <rsmith@brightsign.biz>
parent dedcfb40
Pipeline #1195893 passed with stages
in 7 minutes and 43 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment