Commit 116aaa16 authored by Alexandre Julliard's avatar Alexandre Julliard

x11drv: Don't send an invalid WM_NCCREATE to the desktop window.

parent 3d531f1b
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment