Fix Qt6 build regressions introduced by 0cd453690b

Hard to avoid as long as we don't have CI coverage yet, but that will take
a bit more time, we need KWin (and all its dependencies) to fully build
first.
This commit is contained in:
Volker Krause 2022-03-18 15:43:26 +01:00
parent b99c5f9a63
commit c8b67b9120

View file

@ -90,7 +90,7 @@ bool VirtualEglGbmLayer::endRendering(const QRegion &damagedRegion)
m_currentBuffer = buffer; m_currentBuffer = buffer;
m_currentDamage = damagedRegion; m_currentDamage = damagedRegion;
} }
return buffer; return !buffer.isNull();
} }
QRegion VirtualEglGbmLayer::currentDamage() const QRegion VirtualEglGbmLayer::currentDamage() const