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

This reverts commit 763d5fa05f.

Some issues and fixes #4185
This commit is contained in:
Vaxry
2023-12-18 14:45:20 +00:00
parent 403fd7d9f6
commit 460a326c90
2 changed files with 2 additions and 38 deletions

View File

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