summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2019-12-22 01:19:53 +0100
committerwm4 <1387750+wm4@users.noreply.github.com>2019-12-22 02:33:48 +0100
commit93a6308bb762dc1c43e0301c7b6e977078bead9c (patch)
treef9c2d9323b58ae1dd842210a3b38827e5c68eafd /DOCS/interface-changes.rst
parente6bdd94cb2941b1c296d099672afc4e5d2ee0143 (diff)
downloadmpv-93a6308bb762dc1c43e0301c7b6e977078bead9c.tar.bz2
mpv-93a6308bb762dc1c43e0301c7b6e977078bead9c.tar.xz
video/out/x11: add fs-screen fallback
Apparently there are two different options for controlling which screen an mpv window goes onto: --fs-screen and --screen. The former explicitly only controls which screen a fullscreened window goes onto, but does not appear to actually care about this option at runtime for X11, so pressing f will always fullscreen to the screen mpv is currently on. This means the option is of questionable usefulness for starters. Making it worse, if you use --screen=1 --fs, mpv will actually fullscreen on screen 0, because --fs-screen isn't set. Instead of doing that, fall back to whatever --screen is set to.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 317646ce3a..d61244b438 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -77,6 +77,8 @@ Interface changes
print a warning in this particular case.
- deprecate -del for list options (use -remove instead, which is by content
instead of by integer index)
+ - if `--fs` is used but `--fs-screen` is not set, mpv will now use `--screen`
+ instead.
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.