changeset 1791:5652192b9c8b

Fixed build errors on systems without the DPMS extension
author Sam Lantinga <slouken@libsdl.org>
date Tue, 09 May 2006 07:45:12 +0000
parents 828a17e05192
children 409974dedf2e
files src/video/x11/SDL_x11video.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h	Tue May 09 07:26:58 2006 +0000
+++ b/src/video/x11/SDL_x11video.h	Tue May 09 07:45:12 2006 +0000
@@ -157,9 +157,7 @@
 
     /* Screensaver settings */
     int screensaver_timeout;
-#if SDL_VIDEO_DRIVER_X11_DPMS
     BOOL dpms_enabled;
-#endif
 };
 
 /* Old variable names */