mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Change NULL to nullptr.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user