]> git.sesse.net Git - vlc/commit
macosx: do not explicitely set presentation options for native fullscreen mode
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Mon, 31 Mar 2014 18:20:46 +0000 (20:20 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Mon, 31 Mar 2014 18:29:37 +0000 (20:29 +0200)
commit67004e36c5b3d9aaef68b2febcbe1df531829fe9
tree9ca87da7f1faafd0d2fed3b3c8c8d28cf3abfb29
parent791354cd285bd52fb556a6e844a4f841ef27561f
macosx: do not explicitely set presentation options for native fullscreen mode

These flags will be set internally to the correct values. Mavericks even
warns in the log that these calls are ignored. Additionally, the os itself
knows best if the dock needs to be hidden - this is not always the case due
to the new multi-monitor fullscreen in Mavericks.
modules/gui/macosx/VLCVoutWindowController.m
modules/gui/macosx/Windows.m