Kees Beets kbeets68@gmail.com writes:
Fixes https://bugs.winehq.org/show_bug.cgi?id=38231
Replaced SetWindowPos in WINPOS_SetPlacement with an implementation that does not truncate windows positions to 16-bit. Fixes a bug in Adobe Lightroom under wine that is not present under windows (7, 8, 10), while still running all win tests successfully.
It's good that it doesn't break the other tests, but since we currently don't have tests for SetWindowPlacement, that's not very convincing. You'd want to add some tests at least for the truncation thing, and also probably some for the message sequences.