diff libvo/x11_common.c @ 33988:6b9553934e5d

Change stop_xscreensaver default to 1 to be more user-friendly.
author reimar
date Wed, 07 Sep 2011 16:15:58 +0000
parents 90a73d713bb2
children e7f393cb9d0f
line wrap: on
line diff
--- a/libvo/x11_common.c	Wed Sep 07 15:46:58 2011 +0000
+++ b/libvo/x11_common.c	Wed Sep 07 16:15:58 2011 +0000
@@ -89,7 +89,7 @@
 static int orig_layer = 0;
 static int old_gravity = NorthWestGravity;
 
-int stop_xscreensaver = 0;
+int stop_xscreensaver = 1;
 
 static int dpms_disabled = 0;