core: avoid locking 2 wayland sockets (#6971)
* fix: avoid locking 2 wayland sockets * format * fix formatting
This commit is contained in:
parent
511e9ccdd1
commit
d03fa94c2c
3 changed files with 24 additions and 53 deletions
|
|
@ -69,8 +69,8 @@ class CCompositor {
|
|||
|
||||
std::unordered_map<std::string, uint64_t> m_mMonitorIDMap;
|
||||
|
||||
void initServer();
|
||||
void startCompositor(std::string socketName, int socketFd);
|
||||
void initServer(std::string socketName, int socketFd);
|
||||
void startCompositor();
|
||||
void cleanup();
|
||||
void createLockFile();
|
||||
void removeLockFile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue