xdgshell: set predicted tiled windows to monitor res size pre-map

Should improve #4022 although not exactly fix. Fixing would require more witchcraft
This commit is contained in:
Vaxry
2023-12-17 20:09:34 +00:00
parent 9fd928e114
commit 763d5fa05f
2 changed files with 38 additions and 2 deletions

View File

@@ -229,7 +229,8 @@ class CWindow {
std::string m_szInitialClass = "";
int m_iWorkspaceID = -1;
bool m_bIsMapped = false;
bool m_bIsMapped = false;
bool m_bInitialCommitPassed = false;
bool m_bRequestsFloat = false;