From 2e68f277711e67a744d2891a338dc669f82ea6b2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 9 May 2006 07:45:12 +0000 Subject: [PATCH] Fixed build errors on systems without the DPMS extension --- src/video/x11/SDL_x11video.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/x11/SDL_x11video.h b/src/video/x11/SDL_x11video.h index 240e5b04a..788ee5c23 100644 --- a/src/video/x11/SDL_x11video.h +++ b/src/video/x11/SDL_x11video.h @@ -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 */