[vlc-devel] [PATCH 04/23] Maemo: make full screen mode the default

Rémi Denis-Courmont remi at remlab.net
Sat Oct 3 19:52:11 CEST 2009


---
 src/libvlc-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index de7483c..153b4b7 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1575,7 +1575,7 @@ vlc_module_begin ()
         change_safe ()
     add_bool( "grayscale", 0, NULL, GRAYSCALE_TEXT,
               GRAYSCALE_LONGTEXT, true )
-    add_bool( "fullscreen", 0, NULL, FULLSCREEN_TEXT,
+    add_bool( "fullscreen", true, NULL, FULLSCREEN_TEXT,
               FULLSCREEN_LONGTEXT, false )
         change_short('f')
         change_safe ()
-- 
1.6.4.3




More information about the vlc-devel mailing list