mirror of https://github.com/AxioDL/boo.git
Merge branch 'master' of https://github.com/AxioDL/boo
This commit is contained in:
commit
fe9b475681
|
@ -303,11 +303,8 @@ public:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (setlocale(LC_ALL, "") == nullptr)
|
/* Program is portable to all locales */
|
||||||
{
|
setlocale(LC_ALL, "");
|
||||||
Log.report(logvisor::Fatal, "Can't setlocale");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Open Xlib Display */
|
/* Open Xlib Display */
|
||||||
m_xDisp = XOpenDisplay(0);
|
m_xDisp = XOpenDisplay(0);
|
||||||
|
|
Loading…
Reference in New Issue