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:
parent
9fd928e114
commit
763d5fa05f
2 changed files with 38 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue