Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure xwayland surfaces without monitors
For wine clients often configurex11() is called before mapnotify() and therefore c->mon is NULL. configurex11 just returns early in that case, letting these clients stay in the wrong size. For example only the top left part of winecfg and wine uninstaller is drawn, or confirmation dialogs like when closing wine notepad are too big. Fix this by configuring their surfaces like before 88d386b.
- Loading branch information