Fixed build errors on systems without the DPMS extension

This commit is contained in:
Sam Lantinga 2006-05-09 07:45:12 +00:00
parent 3b10312024
commit 320f0deeaf

View File

@ -157,9 +157,7 @@ struct SDL_PrivateVideoData {
/* Screensaver settings */
int screensaver_timeout;
#if SDL_VIDEO_DRIVER_X11_DPMS
BOOL dpms_enabled;
#endif
};
/* Old variable names */