Commit e6d7d5ab authored by Alexandre Julliard's avatar Alexandre Julliard

Initialize Xlib threading support to see what it breaks...

parent 27d972f2
......@@ -340,6 +340,8 @@ static void process_attach(void)
/* Open display */
if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" );
if (!(display = XOpenDisplay( NULL )))
{
MESSAGE( "x11drv: Can't open display: %s\n", XDisplayName(NULL) );
......
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