Qt: Fix non-SDL2 build

This commit is contained in:
Jeffrey Pfau 2015-07-28 09:08:53 -07:00
parent 2b80e3573f
commit fa7660020f
1 changed files with 2 additions and 0 deletions

View File

@ -209,7 +209,9 @@ void Window::loadConfig() {
enterFullScreen();
}
#if defined(BUILD_SDL) && SDL_VERSION_ATLEAST(2, 0, 0)
m_inputController.setScreensaverSuspendable(opts->suspendScreensaver);
#endif
m_mruFiles = m_config->getMRU();
updateMRU();