managers: refactor class member vars (#10242)
This commit is contained in:
parent
6f174a9e08
commit
ce821294e2
54 changed files with 930 additions and 932 deletions
|
|
@ -21,11 +21,11 @@ class CLayoutManager {
|
|||
LAYOUT_MASTER
|
||||
};
|
||||
|
||||
int m_iCurrentLayoutID = LAYOUT_DWINDLE;
|
||||
int m_currentLayoutID = LAYOUT_DWINDLE;
|
||||
|
||||
CHyprDwindleLayout m_cDwindleLayout;
|
||||
CHyprMasterLayout m_cMasterLayout;
|
||||
std::vector<std::pair<std::string, IHyprLayout*>> m_vLayouts;
|
||||
CHyprDwindleLayout m_dwindleLayout;
|
||||
CHyprMasterLayout m_masterLayout;
|
||||
std::vector<std::pair<std::string, IHyprLayout*>> m_layouts;
|
||||
};
|
||||
|
||||
inline UP<CLayoutManager> g_pLayoutManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue