[MPlayer-cvslog] CVS: main/libvo x11_common.c,1.180,1.181

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Nov 14 12:36:42 CET 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv24714/libvo

Modified Files:
	x11_common.c 
Log Message:
keep screensaver off when playing multiple files.
patch by rgselknospam (at) yahoo [dot] com.


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- x11_common.c	4 Nov 2004 18:31:55 -0000	1.180
+++ x11_common.c	14 Nov 2004 11:36:40 -0000	1.181
@@ -371,7 +371,10 @@
 		WinID = 0; // use root win
 
     if (vo_depthonscreen)
+    {
+        saver_off(mDisplay);
         return 1;               // already called
+    }
 
     XSetErrorHandler(x11_errorhandler);
 




More information about the MPlayer-cvslog mailing list