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

This commit is contained in:
Alexandre Julliard 2003-12-04 21:59:51 +00:00
parent 27d972f22a
commit e6d7d5ab2c

View File

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