Commit 19dfc3ce authored by Alexandre Julliard's avatar Alexandre Julliard

Removed XInitThreads call, the X libraries still have too many bugs to

make this viable.
parent 2ac287e8
......@@ -326,8 +326,6 @@ 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