Skip to content
Snippets Groups Projects
Commit c79256de authored by Oliver Behnke's avatar Oliver Behnke
Browse files

Fix blunder in 09093eee

parent 4933033a
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ bool WindowManager::initialize(const int width, const int height, const int fram
// allow screensaver (or we might block BOINC's own, our parent)
SDL_EnableScreenSaver();
if (SDL_IsScreenSaverEnabled == SDL_FALSE) {
if (SDL_IsScreenSaverEnabled() == SDL_FALSE) {
cerr << "Screensavers couldn't be enabled! This might break usage as BOINC screensaver..." << endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment