managers: refactor class member vars (#10242)
This commit is contained in:
parent
6f174a9e08
commit
ce821294e2
54 changed files with 930 additions and 932 deletions
|
|
@ -13,7 +13,7 @@ class CProtocolManager {
|
|||
bool isGlobalPrivileged(const wl_global* global);
|
||||
|
||||
private:
|
||||
std::unordered_map<std::string, CHyprSignalListener> m_mModeChangeListeners;
|
||||
std::unordered_map<std::string, CHyprSignalListener> m_modeChangeListeners;
|
||||
|
||||
void onMonitorModeChange(PHLMONITOR pMonitor);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue