Re: [PATCH 7/14] user32: Send the WM_NCCREATE message from user32's CreateWindow

2007-01-22 Thread Pierre d'Herbemont
On 22 janv. 07, at 11:50, Robert Shearman wrote: Pierre d'Herbemont wrote: @@ -1031,18 +1032,6 @@ BOOL X11DRV_CreateWindow( HWND hwnd, CRE /* get class or window DC if needed */ alloc_window_dce( data ); -/* send WM_NCCREATE */ -TRACE( "hwnd %p cs %d,%d %dx%d\n", hwnd, cs->x

Re: [PATCH 7/14] user32: Send the WM_NCCREATE message from user32's CreateWindow

2007-01-22 Thread Robert Shearman
Pierre d'Herbemont wrote: @@ -1031,18 +1032,6 @@ BOOL X11DRV_CreateWindow( HWND hwnd, CRE /* get class or window DC if needed */ alloc_window_dce( data ); -/* send WM_NCCREATE */ -TRACE( "hwnd %p cs %d,%d %dx%d\n", hwnd, cs->x, cs->y, cs->cx, cs->cy ); -if (unicode) -