Skip to content

Provide an attempted optimization when damage reports appear wrong.

Jeremy White requested to merge untrust5 into master

With compositing window managers like mutter, when used with the spice-video-dummy, you can get damage reports that are the whole screen.

Essentially, you just get an indication that the screen has changed, but no sense of what has changed.

This change detects that behavior and stops trusting those damage reports, and instead increases the scan frequency to compensate.

This version: apply doc/spice_indent to the changes, so we stay consistent with Spice style.

Merge request reports