[vlc-commits] [Git][videolan/vlc][master] macosx: Set native full screen mode to on by default

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon May 6 12:36:32 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
87636f2f by Claudio Cambra at 2024-05-06T10:58:05+00:00
macosx: Set native full screen mode to on by default

Signed-off-by: Claudio Cambra <developer at claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/main/macosx.m


Changes:

=====================================
modules/gui/macosx/main/macosx.m
=====================================
@@ -135,7 +135,7 @@ vlc_module_begin()
     cannot_unload_broken_library()
 
     set_section(N_("Appearance"), 0)
-        add_bool("macosx-nativefullscreenmode", false, NATIVE_FULLSCREEN_MODE_ON_LION_TEXT, NATIVE_FULLSCREEN_MODE_ON_LION_LONGTEXT)
+        add_bool("macosx-nativefullscreenmode", true, NATIVE_FULLSCREEN_MODE_ON_LION_TEXT, NATIVE_FULLSCREEN_MODE_ON_LION_LONGTEXT)
         add_bool("macosx-statusicon", true, DISPLAY_STATUS_ICONMENU_TEXT, DISPLAY_STATUS_ICONMENU_LONGTEXT)
         add_bool("macosx-icon-change", true, ICONCHANGE_TEXT, ICONCHANGE_LONGTEXT)
         add_integer_with_range("macosx-max-volume", 125, 60, 200, VOLUME_MAX_TEXT, NULL)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/87636f2f7bff3e9f19c8d0b3eced1f21a5ea42dc

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/87636f2f7bff3e9f19c8d0b3eced1f21a5ea42dc
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list