Commit 4391deb9 authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Wait for the client window to be created on the server side.

parent f15a5ff7
......@@ -1394,7 +1394,7 @@ Window create_client_window( struct x11drv_win_data *data, const XVisualInfo *vi
XSaveContext( data->display, data->client_window, winContext, (char *)data->hwnd );
XMapWindow( data->display, data->client_window );
XFlush( data->display );
XSync( data->display, False );
return data->client_window;
}
......
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