[vlc-commits] macosx: use the gray window style by default (fixes #5984)

Felix Paul Kühne git at videolan.org
Mon Feb 6 00:42:09 CET 2012


vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb  6 00:41:36 2012 +0100| [75fb495afd459c23dcecc5380ea00f7866d453fb] | committer: Felix Paul Kühne

macosx: use the gray window style by default (fixes #5984)
(cherry picked from commit c80216bf874334e8f41374858813a8bd30c7d0be)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=75fb495afd459c23dcecc5380ea00f7866d453fb
---

 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 8d25121..93be484 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