internal: few small monitor improvements (#8890)
* remove framesToSkip, its not used anymore * only set drm format when needed after leaving direct scanout * always set drm damage
This commit is contained in:
parent
fde569db65
commit
cb211d83f6
3 changed files with 14 additions and 37 deletions
|
|
@ -434,11 +434,6 @@ void CCompositor::initAllSignals() {
|
|||
Debug::log(LOG, "Session got deactivated!");
|
||||
|
||||
m_bSessionActive = false;
|
||||
|
||||
for (auto const& m : m_vMonitors) {
|
||||
m->noFrameSchedule = true;
|
||||
m->framesToSkip = 1;
|
||||
}
|
||||
}
|
||||
},
|
||||
nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue