diff options
-rw-r--r-- | xbmc/windowing/X11/WinSystemX11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/windowing/X11/WinSystemX11.cpp b/xbmc/windowing/X11/WinSystemX11.cpp index 233bb14e98..4287a04f4b 100644 --- a/xbmc/windowing/X11/WinSystemX11.cpp +++ b/xbmc/windowing/X11/WinSystemX11.cpp @@ -33,7 +33,7 @@ using namespace std; -CWinSystemX11::CWinSystemX11() : CWinSystemBase(), m_screensaverReset(true) +CWinSystemX11::CWinSystemX11() : CWinSystemBase() { m_eWindowSystem = WINDOW_SYSTEM_X11; m_glContext = NULL; |