Fix support for systems with age disabled
If no damage is supported, repaint all the output rather than nothing.
This commit is contained in:
parent
7a30443322
commit
e1bf133de7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue