Skip to content

Commit

Permalink
hard disable the screen saver
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 11, 2017
1 parent b95c503 commit 2da5dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/LowLevelWindow/LowLevelWindow_X11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ void LowLevelWindow_X11::SwapBuffers()
{
glXSwapBuffers( Dpy, Win );

if( PREFSMAN->m_bDisableScreenSaver )
if( true )
{
// Disable the screensaver.
#if defined(HAVE_LIBXTST)
Expand Down

0 comments on commit 2da5dbc

Please sign in to comment.