[vlc-commits] [Git][videolan/vlc][master] macosx: Fully disable native full screen on video window base when using non-native fs

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Wed Mar 18 18:41:28 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
ff97b7ca by Claudio Cambra at 2026-03-18T19:04:03+01:00
macosx: Fully disable native full screen on video window base when using non-native fs

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

- - - - -


1 changed file:

- modules/gui/macosx/windows/video/VLCVideoWindowCommon.m


Changes:

=====================================
modules/gui/macosx/windows/video/VLCVideoWindowCommon.m
=====================================
@@ -138,8 +138,8 @@ NSString *VLCWindowShouldShowController = @"VLCWindowShouldShowController";
     if (b_nativeFullscreenMode) {
         [self setCollectionBehavior: NSWindowCollectionBehaviorFullScreenPrimary];
     } else {
-        // Native fullscreen seems to be default on El Capitan, this disables it explicitly
-        [self setCollectionBehavior: NSWindowCollectionBehaviorFullScreenAuxiliary];
+        // Disable native fullscreen entirely when non-native fullscreen mode is active
+        [self setCollectionBehavior: NSWindowCollectionBehaviorFullScreenNone];
     }
 }
 



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

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




More information about the vlc-commits mailing list