summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2018-04-14 20:25:22 -0400
committerGitHub <noreply@github.com>2018-04-14 20:25:22 -0400
commit615c0decb745b6e2ce92213af338746a1856fa97 (patch)
tree8fddbe9e8ed13356806c1a43b650b1bcfb93658d /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parent783e4ec2faa7e1fd0790b7d9f0ec5722540eca69 (diff)
parent2f22c76db18db0b6b360ebf1b406c81196ef3a9c (diff)
Merge pull request #6644 from leoetlino/uicommon-header
UICommon: Fix header
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index def748832f..0d7a84137e 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -191,7 +191,7 @@ class PlatformX11 : public Platform
s_window_handle = (void*)win;
if (SConfig::GetInstance().bDisableScreenSaver)
- X11Utils::InhibitScreensaver(dpy, win, true);
+ X11Utils::InhibitScreensaver(win, true);
#if defined(HAVE_XRANDR) && HAVE_XRANDR
XRRConfig = new X11Utils::XRRConfiguration(dpy, win);