Author: dmeyer
Date: Tue Jan  2 15:27:07 2007
New Revision: 8910

Modified:
   trunk/ui/bin/freevo
   trunk/ui/doc/local_conf.py.example
   trunk/ui/src/config/__init__.py

Log:
START_FULLSCREEN_X is not used anymore

Modified: trunk/ui/bin/freevo
==============================================================================
--- trunk/ui/bin/freevo (original)
+++ trunk/ui/bin/freevo Tue Jan  2 15:27:07 2007
@@ -261,7 +261,7 @@
     # deactivate screen blanking and set osd to fullscreen
     if sys.argv[1] == '-force-fs':
         os.system('xset -dpms s off')
-        config.START_FULLSCREEN_X = 1
+        config.GUI_FULLSCREEN = 1
 
 try:
     freevo.ipc.Instance('freevo', **config.MBUS_ADDR)

Modified: trunk/ui/doc/local_conf.py.example
==============================================================================
--- trunk/ui/doc/local_conf.py.example  (original)
+++ trunk/ui/doc/local_conf.py.example  Tue Jan  2 15:27:07 2007
@@ -56,8 +56,6 @@
 # VCR_IN_VOLUME       = 90              # If you use different input from TV
 # DEV_MIXER           = '/dev/mixer'    # mixer device 
 
-# START_FULLSCREEN_X  = 0               # Start in fullscreen mode if using 
x11 or xv.
-
 # CONFIRM_SHUTDOWN    = 1               # ask before shutdown
 
 #

Modified: trunk/ui/src/config/__init__.py
==============================================================================
--- trunk/ui/src/config/__init__.py     (original)
+++ trunk/ui/src/config/__init__.py     Tue Jan  2 15:27:07 2007
@@ -176,7 +176,7 @@
 # force fullscreen when freevo is it's own windowmanager
 #
 if len(sys.argv) >= 2 and sys.argv[1] == '--force-fs':
-    START_FULLSCREEN_X = 1
+    GUI_FULLSCREEN = 1
 
 
 #

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to