mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
* Source/x11/XGServer.m (_initXContext): Call XInitThreads to
enable drawing in secondary threads.
This commit is contained in:
parent
1a15d0393e
commit
969b77a6c1
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-02-09 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* Source/x11/XGServer.m (_initXContext): Call XInitThreads to
|
||||
enable drawing in secondary threads.
|
||||
|
||||
2018-02-05 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* Headers/xlib/GSXftFontInfo.h (GSXftFontInfo): Inherit from
|
||||
|
|
|
@ -411,6 +411,8 @@ _parse_display_name(NSString *name, int *dn, int *sn)
|
|||
}
|
||||
}
|
||||
|
||||
XInitThreads();
|
||||
|
||||
if (display_name)
|
||||
{
|
||||
dpy = XOpenDisplay([display_name cString]);
|
||||
|
|
Loading…
Reference in a new issue