]> git.sesse.net Git - vlc/commit
macosx: adapt and fix fullscreen handling after latest changes
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Mon, 8 Oct 2012 17:41:31 +0000 (19:41 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Mon, 8 Oct 2012 18:26:15 +0000 (20:26 +0200)
commitdd86d6d46904d129c0d5cfde0a9ef5b71c362235
tree92f64d21d09e730b7dcdeaa518ebc3a1d2c87813
parent6c1febea5d0c48ff424e0cc5681274b2c6f29eae
macosx: adapt and fix fullscreen handling after latest changes

Now, every video window is responsible for the fullscreen handling for its own.
Furthermore, fullscreen now acts entirely in response to vout events, and not over the
playlist fullscreen variable callback anymore.
Native fullscreen mode should also work correctly, but of course only
for embedded video in mainwindow.
modules/gui/macosx/CoreInteraction.m
modules/gui/macosx/MainWindow.h
modules/gui/macosx/MainWindow.m
modules/gui/macosx/MainWindowTitle.m
modules/gui/macosx/VLCVoutWindowController.h
modules/gui/macosx/VLCVoutWindowController.m
modules/gui/macosx/Windows.h
modules/gui/macosx/Windows.m
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m