diff options
Diffstat (limited to 'video.c')
-rw-r--r-- | video.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11346,7 +11346,9 @@ void VideoSetAutoCrop(int interval, int delay, int tolerance) /// void SetDPMSatBlackScreen(int enable) { +#ifdef USE_SCREENSAVER EnableDPMSatBlackScreen = enable; +#endif } /// |