core: enter unsafe state on boot if there are no mons
This commit is contained in:
parent
873914a2a6
commit
fdbbad04bb
1 changed files with 3 additions and 0 deletions
|
|
@ -716,6 +716,9 @@ void CCompositor::prepareFallbackOutput() {
|
||||||
}
|
}
|
||||||
|
|
||||||
headless->createOutput();
|
headless->createOutput();
|
||||||
|
|
||||||
|
if (m_monitors.empty())
|
||||||
|
enterUnsafeState();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CCompositor::startCompositor() {
|
void CCompositor::startCompositor() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue