[PATCH] user32/tests: make the MDI client take up the whole client area

Reece Dunn msclrhd at googlemail.com
Mon Feb 8 03:04:24 CST 2010


On 8 February 2010 08:41, Dmitry Timoshkov <dmitry at codeweavers.com> wrote:
> Reece Dunn <msclrhd at googlemail.com> wrote:
>
>> The MDI tests in user32/tests/msg.c were using an MDI client of zero
>> size (0,0 - 0,0). This means that the tests are not realistic for
>> real-world applications that use MDI, as their frame windows size the
>> client window to fit the frame's client area.
>
> It would be better IMO to create MDI client with the correct size
> at the first place instead of resizing it later. That would prevent
> any confusion, and perhaps even more problems once somebody adds tests
> before the MoveWindow() call.

I have sent an updated version.

Thanks,
- Reece



More information about the wine-devel mailing list