summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video.c b/video.c
index d7a7d36..3a76f08 100644
--- a/video.c
+++ b/video.c
@@ -11346,7 +11346,9 @@ void VideoSetAutoCrop(int interval, int delay, int tolerance)
///
void SetDPMSatBlackScreen(int enable)
{
+#ifdef USE_SCREENSAVER
EnableDPMSatBlackScreen = enable;
+#endif
}
///