mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
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
Block a user