mirror of https://github.com/bkaradzic/bgfx
Cleanup.
This commit is contained in:
parent
7f36cb1164
commit
3272efe2f5
|
@ -346,7 +346,7 @@ namespace entry
|
|||
int32_t run(int _argc, const char* const* _argv)
|
||||
{
|
||||
XInitThreads();
|
||||
m_display = XOpenDisplay(0);
|
||||
m_display = XOpenDisplay(NULL);
|
||||
|
||||
int32_t screen = DefaultScreen(m_display);
|
||||
m_depth = DefaultDepth(m_display, screen);
|
||||
|
|
Loading…
Reference in New Issue