[vlc-commits] macosx: use the gray window style by default (fixes #5984)
Felix Paul Kühne
git at videolan.org
Mon Feb 6 00:41:38 CET 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb 6 00:41:36 2012 +0100| [c80216bf874334e8f41374858813a8bd30c7d0be] | committer: Felix Paul Kühne
macosx: use the gray window style by default (fixes #5984)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c80216bf874334e8f41374858813a8bd30c7d0be
---
modules/gui/macosx/macosx.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/macosx.m b/modules/gui/macosx/macosx.m
index a354ffc..c890377 100644
--- a/modules/gui/macosx/macosx.m
+++ b/modules/gui/macosx/macosx.m
@@ -114,7 +114,7 @@ vlc_module_begin ()
add_bool( "macosx-fspanel", true, FSPANEL_TEXT, FSPANEL_LONGTEXT, false )
add_bool( "macosx-appleremote", true, USE_APPLE_REMOTE_TEXT, USE_APPLE_REMOTE_LONGTEXT, false )
add_bool( "macosx-mediakeys", true, USE_MEDIAKEYS_TEXT, USE_MEDIAKEYS_LONGTEXT, false )
- add_bool( "macosx-interfacestyle", true, INTERFACE_STYLE_TEXT, INTERFACE_STYLE_LONGTEXT, false )
+ add_bool( "macosx-interfacestyle", false, INTERFACE_STYLE_TEXT, INTERFACE_STYLE_LONGTEXT, false )
add_bool( "macosx-nativefullscreenmode", true, NATIVE_FULLSCREEN_MODE_ON_LION_TEXT, NATIVE_FULLSCREEN_MODE_ON_LION_LONGTEXT, false )
add_bool( "macosx-autosave-volume", true, SAVEVOL_TEXT, SAVEVOL_TEXT, true )
add_obsolete_bool( "macosx-stretch" ) /* since 2.0.0 */
More information about the vlc-commits
mailing list