2 Nov
2006
2 Nov
'06
9:38 p.m.
http://www.winehq.org/pipermail/wine-cvs/2006-October/026680.html
winex11.drv: Give XInitThreads another chance.
---
dlls/winex11.drv/x11drv_main.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/winex11.drv/x11drv_main.c b/dlls/winex11.drv/x11drv_main.c index 0403b5d..95f9d10 100644 --- a/dlls/winex11.drv/x11drv_main.c +++ b/dlls/winex11.drv/x11drv_main.c @@ -383,6 +383,8 @@ static BOOL process_attach(void)
/* Open display */
+ if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" ); + if (!(display = XOpenDisplay( NULL ))) return FALSE;
Hi, This patch makes the Bug #6501. Also Korean XIM(nabi, scim) have the same problem. Please fix this problem.