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.