Commit 6b517733 authored by David Fuhrmann's avatar David Fuhrmann

macosx: disable macosx-black by default

...because this option behaves awful in Mavericks.
parent b4786cfa
......@@ -177,6 +177,6 @@ vlc_module_begin()
set_section(N_("Video output"), 0)
add_integer("macosx-vdev", 0, VDEV_TEXT, VDEV_LONGTEXT, false)
add_float_with_range("macosx-opaqueness", 1, 0, 1, OPAQUENESS_TEXT, OPAQUENESS_LONGTEXT, true);
add_bool("macosx-black", true, BLACK_TEXT, BLACK_LONGTEXT, false)
add_bool("macosx-black", false, BLACK_TEXT, BLACK_LONGTEXT, false)
vlc_module_end()
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