This confuses mutter and it manifests with spurious IconicState WM_STATE
change when it decides to try managing the window, but it also makes it
randomly lose focus or even fail to map the window back on screen.
Adding the flag after the window has been created fixes the issue.
--
v4: winex11: Avoid creating windows with override-redirect flag set.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7181
Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
find supports /I for case-insensitive search.
In practice, however, find /i also works (tested on WinXP, Win7, and Win10).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8005
Some various bits before tackling the symbols part:
- some speed ups in loading with implementing a cache,
- no longer fail on some managed symbols information in PDB,
- a fix for children request.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8003