From 74c15ec696036a00fbd55398e758cc128f5aefea Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 11 May 2013 00:22:23 +0200 Subject: cocoa_common: add native OSX fullscreen support This adds Mission Control fullscreen functionality to mpv. Since this doesn't play well with many of mpv's features disable it by default. Users can activate this feature by using `--native-fs` when starting mpv. Fixes #34 --- DOCS/man/en/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man/en/options.rst') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 3a98ca9c93..035f3ed28e 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -712,6 +712,13 @@ ``--fstype=fullscreen`` Fixes fullscreen switching on OpenBox 1.x. +--native-fs + (OS X only) + Use OSX's Mission Control's fullscreen feature instead of the custom one + provided by mpv. This can potentially break a lot of stuff like + ``--geometry`` and is disabled by default. On the other hand it provides + a more 'OS X-like' user exeprience. + --gamma=<-100-100> Adjust the gamma of the video signal (default: 0). Not supported by all video output drivers. -- cgit v1.2.3