mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
x11drv: Don't send an invalid WM_NCCREATE to the desktop window.
This commit is contained in:
parent
3d531f1bb5
commit
116aaa1694
@ -80,8 +80,6 @@ static DWORD CALLBACK desktop_thread( LPVOID driver_data )
|
||||
XMapWindow( display, root_window );
|
||||
wine_tsx11_unlock();
|
||||
|
||||
SendMessageW( hwnd, WM_NCCREATE, 0, 0 /* should be CREATESTRUCT */ );
|
||||
|
||||
while (GetMessageW( &msg, hwnd, 0, 0 )) DispatchMessageW( &msg );
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user