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

2010-02-08 Thread Dmitry Timoshkov
Reece Dunn mscl...@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.

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

2010-02-08 Thread Reece Dunn
On 8 February 2010 08:41, Dmitry Timoshkov dmi...@codeweavers.com wrote: Reece Dunn mscl...@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