Re: [PATCH] mdi: fix drawing the MDI client area when creating children.

2010-02-03 Thread Alexandre Julliard
Reece Dunn mscl...@googlemail.com writes: diff --git a/dlls/user32/mdi.c b/dlls/user32/mdi.c index 631d477..0850282 100644 --- a/dlls/user32/mdi.c +++ b/dlls/user32/mdi.c @@ -1132,6 +1132,7 @@ LRESULT MDIClientWndProc_common( HWND hwnd, UINT message, WPARAM wParam, LPARAM

Re: [PATCH] mdi: fix drawing the MDI client area when creating children.

2010-02-03 Thread Reece Dunn
On 3 February 2010 15:17, Alexandre Julliard julli...@winehq.org wrote: Reece Dunn mscl...@googlemail.com writes: diff --git a/dlls/user32/mdi.c b/dlls/user32/mdi.c index 631d477..0850282 100644 --- a/dlls/user32/mdi.c +++ b/dlls/user32/mdi.c @@ -1132,6 +1132,7 @@ LRESULT