Commit 1782676d authored by Sam Lantinga's avatar Sam Lantinga

Fixed build errors on systems without the DPMS extension

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401750
parent 96f27c60
...@@ -157,9 +157,7 @@ struct SDL_PrivateVideoData { ...@@ -157,9 +157,7 @@ struct SDL_PrivateVideoData {
/* Screensaver settings */ /* Screensaver settings */
int screensaver_timeout; int screensaver_timeout;
#if SDL_VIDEO_DRIVER_X11_DPMS
BOOL dpms_enabled; BOOL dpms_enabled;
#endif
}; };
/* Old variable names */ /* Old variable names */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment