mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
Merge with develop
--HG-- branch : compatibility-develop
This commit is contained in:
commit
8bcbe5b2b0
1 changed files with 0 additions and 6 deletions
|
@ -350,12 +350,6 @@ bool CDriverGL::init (uintptr_t windowIcon, emptyProc exitFunc)
|
||||||
|
|
||||||
nlunreferenced(windowIcon);
|
nlunreferenced(windowIcon);
|
||||||
|
|
||||||
// allow several threads to access X functions
|
|
||||||
if (XInitThreads() == 0)
|
|
||||||
{
|
|
||||||
nlwarning("XInitThreads failed");
|
|
||||||
}
|
|
||||||
|
|
||||||
_dpy = XOpenDisplay(NULL);
|
_dpy = XOpenDisplay(NULL);
|
||||||
|
|
||||||
if (_dpy == NULL)
|
if (_dpy == NULL)
|
||||||
|
|
Loading…
Reference in a new issue