changeset 13935:20d243a3c398

keep screensaver off when playing multiple files. patch by rgselknospam (at) yahoo [dot] com.
author reimar
date Sun, 14 Nov 2004 11:36:40 +0000
parents 540b306916c0
children 589b227e3367
files libvo/x11_common.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Sun Nov 14 11:32:09 2004 +0000
+++ b/libvo/x11_common.c	Sun Nov 14 11:36:40 2004 +0000
@@ -371,7 +371,10 @@
 		WinID = 0; // use root win
 
     if (vo_depthonscreen)
+    {
+        saver_off(mDisplay);
         return 1;               // already called
+    }
 
     XSetErrorHandler(x11_errorhandler);