Initialize priority managers before server init
This commit is contained in:
parent
8e5ee31f30
commit
dc7d783d14
4 changed files with 97 additions and 82 deletions
|
|
@ -18,8 +18,6 @@ int handleTimer(void* data) {
|
|||
}
|
||||
|
||||
CThreadManager::CThreadManager() {
|
||||
g_pConfigManager->init();
|
||||
|
||||
HyprCtl::startHyprCtlSocket();
|
||||
|
||||
m_esConfigTimer = wl_event_loop_add_timer(g_pCompositor->m_sWLEventLoop, handleTimer, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue