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

Rafaël Carré rafael.carre at gmail.com
Sat Oct 3 20:02:38 CEST 2009


Le 03/10/2009 19:52, Rémi Denis-Courmont a écrit :
> ---
>  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 ()

We could have profiles for some option defaults, changing with the
platform we build for

#if defined(PLATFORM_N900)
# define FULLSCREEN_DEFAULT true
...
#elif defined(PLATFORM_XYZ)
# define FULLSCREEN_DEFAULT false
...
#else /* default default */
# define FULLSCREEN_DEFAULT false
#endif

-- 
Rafaël Carré

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091003/f66e1f67/attachment.sig>


More information about the vlc-devel mailing list