mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 01:35:39 -05:00
Fixed build errors on systems without the DPMS extension
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user