managers: refactor class member vars (#10242)
This commit is contained in:
parent
6f174a9e08
commit
ce821294e2
54 changed files with 930 additions and 932 deletions
|
|
@ -35,10 +35,10 @@ class CEventManager {
|
|||
std::vector<SClient>::iterator removeClientByFD(int fd);
|
||||
|
||||
private:
|
||||
Hyprutils::OS::CFileDescriptor m_iSocketFD;
|
||||
wl_event_source* m_pEventSource = nullptr;
|
||||
Hyprutils::OS::CFileDescriptor m_socketFD;
|
||||
wl_event_source* m_eventSource = nullptr;
|
||||
|
||||
std::vector<SClient> m_vClients;
|
||||
std::vector<SClient> m_clients;
|
||||
};
|
||||
|
||||
inline UP<CEventManager> g_pEventManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue