[PATCH] user32: Removed 16-bit windows position trunc in WINPOS_SetPlacement.

Alexandre Julliard julliard at winehq.org
Fri May 5 03:13:03 CDT 2017


Kees Beets <kbeets68 at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list