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

make this viable.
This commit is contained in:
Alexandre Julliard 2004-01-09 01:10:59 +00:00
parent 2ac287e875
commit 19dfc3ce74
1 changed files with 0 additions and 2 deletions

View File

@ -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) );