config: Refactor class member vars (#10124)
* Refactor config classes vars * Fix clang format errors
This commit is contained in:
parent
9b4060f09b
commit
4d14bcb02f
18 changed files with 343 additions and 343 deletions
|
|
@ -170,7 +170,7 @@ int main(int argc, char** argv) {
|
|||
g_pCompositor->initServer(socketName, socketFd);
|
||||
|
||||
if (verifyConfig)
|
||||
return !g_pConfigManager->m_bLastConfigVerificationWasSuccessful;
|
||||
return !g_pConfigManager->m_lastConfigVerificationWasSuccessful;
|
||||
|
||||
if (!envEnabled("HYPRLAND_NO_RT"))
|
||||
NInit::gainRealTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue