Initialize Xlib threading support to see what it breaks...
This commit is contained in:
parent
27d972f22a
commit
e6d7d5ab2c
|
@ -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) );
|
||||
|
|
Loading…
Reference in New Issue