[vlc-commits] macosx: default disable the native fullscreen mode on Lion since it is confusing for users with multi-screen setups
Felix Paul Kühne
git at videolan.org
Sun Feb 19 21:36:53 CET 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Feb 19 21:36:19 2012 +0100| [d3ac60b2c3e369d10bf8626856248a4567e969ed] | committer: Felix Paul Kühne
macosx: default disable the native fullscreen mode on Lion since it is confusing for users with multi-screen setups
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3ac60b2c3e369d10bf8626856248a4567e969ed
---
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 c890377..ca84450 100644
--- a/modules/gui/macosx/macosx.m
+++ b/modules/gui/macosx/macosx.m
@@ -115,7 +115,7 @@ vlc_module_begin ()
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", 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-nativefullscreenmode", false, 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 */
add_obsolete_bool( "macosx-background" ) /* since 2.0.0 */
More information about the vlc-commits
mailing list