(one of these days I'll learn not to commit at 3am)
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
#include "glext.h"
|
#include "glext.h"
|
||||||
|
|
||||||
#include "RageFile.h"
|
#include "RageFile.h"
|
||||||
|
#include "PrefsManager.h" // XXX
|
||||||
|
|
||||||
/* Windows's broken gl.h defines GL_EXT_paletted_texture incompletely: */
|
/* Windows's broken gl.h defines GL_EXT_paletted_texture incompletely: */
|
||||||
#ifndef GL_TEXTURE_INDEX_SIZE_EXT
|
#ifndef GL_TEXTURE_INDEX_SIZE_EXT
|
||||||
@@ -416,7 +417,7 @@ void RageDisplay_OGL::Update(float fDeltaTime)
|
|||||||
{
|
{
|
||||||
/* Disable the screensaver. */
|
/* Disable the screensaver. */
|
||||||
ASSERT( g_X11Display );
|
ASSERT( g_X11Display );
|
||||||
ForceScreenSaver( g_X11Display, ScreenSaverReset );
|
XForceScreenSaver( g_X11Display, ScreenSaverReset );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user