mirror of
https://github.com/yawut/SDL.git
synced 2026-08-09 20:17:38 -05:00
Fixed build errors on systems without the DPMS extension
This commit is contained in:
parent
3b10312024
commit
320f0deeaf
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user