diff libvo/x11_common.c @ 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 8298dc8ca78b
children e632b43f0598
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);