Fix support for systems with age disabled

If no damage is supported, repaint all the output rather than nothing.
This commit is contained in:
Aleix Pol 2020-06-20 02:42:02 +02:00 committed by Aleix Pol Gonzalez
parent 7a30443322
commit e1bf133de7

View file

@ -504,7 +504,7 @@ QRegion EglGbmBackend::prepareRenderingForScreen(int screenId)
return region;
}
return QRegion();
return output.output->geometry();
}
void EglGbmBackend::endRenderingFrame(const QRegion &renderedRegion, const QRegion &damagedRegion)