Merge pull request #963 from rohitnirmal/null-to-nullptr

Change NULL to nullptr.
This commit is contained in:
Lioncash 2014-09-03 23:32:36 -04:00
commit a016d45e6f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class PlatformX11 : public Platform
void Init() override
{
XInitThreads();
dpy = XOpenDisplay(NULL);
dpy = XOpenDisplay(nullptr);
win = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowXPos,