Skip to content

Commit

Permalink
macosx: disable macosx-black by default
Browse files Browse the repository at this point in the history
...because this option behaves awful in Mavericks.
  • Loading branch information
David Fuhrmann committed Oct 26, 2013
1 parent b4786cf commit 6b51773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gui/macosx/macosx.m
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@
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()

0 comments on commit 6b51773

Please sign in to comment.