mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Merge pull request #963 from rohitnirmal/null-to-nullptr
Change NULL to nullptr.
This commit is contained in:
commit
a016d45e6f
@ -141,7 +141,7 @@ class PlatformX11 : public Platform
|
|||||||
void Init() override
|
void Init() override
|
||||||
{
|
{
|
||||||
XInitThreads();
|
XInitThreads();
|
||||||
dpy = XOpenDisplay(NULL);
|
dpy = XOpenDisplay(nullptr);
|
||||||
|
|
||||||
win = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
|
win = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
|
||||||
SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowXPos,
|
SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowXPos,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user