diff src/video/x11/SDL_x11video.h @ 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 c546353b1ad4
children c121d94672cb c5c3c772f5aa
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 */