core: refactor/improve monitor mode selection (#8804)
This commit is contained in:
parent
c600e1aaff
commit
8d4c18d723
7 changed files with 384 additions and 425 deletions
|
|
@ -425,7 +425,7 @@ void CCompositor::initAllSignals() {
|
|||
|
||||
for (auto const& m : m_vMonitors) {
|
||||
scheduleFrameForMonitor(m);
|
||||
g_pHyprRenderer->applyMonitorRule(m, &m->activeMonitorRule, true);
|
||||
m->applyMonitorRule(&m->activeMonitorRule, true);
|
||||
}
|
||||
|
||||
g_pConfigManager->m_bWantsMonitorReload = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue