[MPlayer-cvslog] r34076 - in trunk: DOCS/man/en/mplayer.1 libvo/x11_common.c

reimar subversion at mplayerhq.hu
Wed Sep 7 18:15:58 CEST 2011


Author: reimar
Date: Wed Sep  7 18:15:58 2011
New Revision: 34076

Log:
Change stop_xscreensaver default to 1 to be more user-friendly.

Modified:
   trunk/libvo/x11_common.c

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/man/en/mplayer.1

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Wed Sep  7 17:46:58 2011	(r34075)
+++ trunk/libvo/x11_common.c	Wed Sep  7 18:15:58 2011	(r34076)
@@ -89,7 +89,7 @@ int fs_layer = WIN_LAYER_ABOVE_DOCK;
 static int orig_layer = 0;
 static int old_gravity = NorthWestGravity;
 
-int stop_xscreensaver = 0;
+int stop_xscreensaver = 1;
 
 static int dpms_disabled = 0;
 


More information about the MPlayer-cvslog mailing list