Aug. 21, 2024
9:50 a.m.
v2: Initialize visible rect to window rect before calling WindowPosChanging: when a window is created, so without a previously visible rect, we would be using a 0 size visible rect. It's hopefully the issue here as there is some XCreateWindow errors although I'm not sure why, XCreateWindow calls are always guarded against 0x0 sizes, and I don't reproduce the failures locally. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6332#note_79402