From aceeeaf9bb7d3549c22557b8afe50838119f0b89 Mon Sep 17 00:00:00 2001 From: Akemi Date: Tue, 25 Oct 2016 15:59:13 +0200 Subject: cocoa: option to scale window by HiDPI scale factor Deactivating this options makes it possible to circumvent the default OS X behavior of using points. Windows on HiDPI resolutions won't open in double the size anymore and videos are display in their native resolution when windowed. Fixes #3716 --- DOCS/man/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 6f904b2495..b0fbaf7b93 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2353,6 +2353,13 @@ Window - ``--monitoraspect=4:3`` or ``--monitoraspect=1.3333`` - ``--monitoraspect=16:9`` or ``--monitoraspect=1.7777`` +``--hidpi-window-scale``, ``--no-hidpi-window-scale`` + (OS X only) + Scale the window size according to the backing scale factor (default: yes). + On regular HiDPI resolutions the window opens with double the size but appears + as having the same size as on none-HiDPI resolutions. This is the default OS X + behavior. + ``--monitorpixelaspect=`` Set the aspect of a single pixel of your monitor or TV screen (default: 1). A value of 1 means square pixels (correct for (almost?) all LCDs). See -- cgit v1.2.3