mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 10:12:01 +00:00
Removed XInitThreads call, the X libraries still have too many bugs to
make this viable.
This commit is contained in:
parent
2ac287e875
commit
19dfc3ce74
@ -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) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user