18 Jun
2024
18 Jun
'24
1:20 p.m.
Emil Velikov (@xexaxo) commented about dlls/wineandroid.drv/window.c:
goto done; } } - if (!(swp_flags & SWP_SHOWWINDOW) && !(NtUserGetWindowLongW( hwnd, GWL_STYLE ) & WS_VISIBLE)) - goto done;
AFAICT this (+ equivalent for the other drivers) changes the functionality, even though I'm not sure how much/if that matters. Perhaps it's worth moving these checks to the WindowPosChanging callback, as a prep commit just incase? On unrelated note: the missing else + memcmp on Android seem a bit odd. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5865#note_73551