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:
parent
b99c5f9a63
commit
c8b67b9120
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue