[PATCH] user32: Add tests showing that MapWindowPoints, ClientToScreen and ScreenToClient never fail.

Austin English austinenglish at gmail.com
Tue Oct 16 13:15:04 CDT 2012


On Tue, Oct 16, 2012 at 11:12 AM, Christian Costa <titan.costa at gmail.com> wrote:
...
> +    wnd = CreateWindowA("static", NULL, 0, 0, 0, rect.right / 2, rect.bottom / 2, 0, 0, 0, 0);
> +    //SetWindowPos(wnd, NULL, 0, 0, rect.right / 2, rect.bottom / 2, 0);

Leftover debug code.

Cheers,
Austin



More information about the wine-devel mailing list