Commit 4f1617cb authored by Felix Paul Kühne's avatar Felix Paul Kühne

* default enable 'Black screens in fullscreen' and make it a non-advanced setting

parent 14605709
......@@ -114,8 +114,8 @@ vlc_module_begin();
VLC_FALSE );
add_float_with_range( "macosx-opaqueness", 1, 0, 1, NULL,
OPAQUENESS_TEXT, OPAQUENESS_LONGTEXT, VLC_TRUE );
add_bool( "macosx-black", 0, NULL, BLACK_TEXT, BLACK_LONGTEXT,
VLC_TRUE );
add_bool( "macosx-black", 1, NULL, BLACK_TEXT, BLACK_LONGTEXT,
VLC_FALSE );
add_bool( "macosx-background", 0, NULL, BACKGROUND_TEXT, BACKGROUND_LONGTEXT,
VLC_FALSE );
add_submodule();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment