Added window grouping for dwindle

furthermore, added LayoutRenderHints.
This commit is contained in:
vaxerski
2022-04-12 16:44:18 +02:00
parent 8197fded02
commit b6a93b2f03
10 changed files with 221 additions and 18 deletions

View File

@@ -73,6 +73,9 @@ public:
bool m_bFadingOut = false;
bool m_bReadyToDelete = false;
// For hidden windows and stuff
bool m_bHidden = false;
// For the list lookup
bool operator==(const CWindow& rhs) {