summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-30 13:46:18 +0100
committerwm4 <wm4@nowhere>2019-11-30 13:46:18 +0100
commite615e51ce5bf67712f22a2e57e0f88a11151ded8 (patch)
tree820fd548ee20efcbc956aeec5a99a19dde000beb /DOCS/man/options.rst
parentfa9a1ff0a0f2ec0c37e27c30ad71ba814c7ada89 (diff)
downloadmpv-e615e51ce5bf67712f22a2e57e0f88a11151ded8.tar.bz2
mpv-e615e51ce5bf67712f22a2e57e0f88a11151ded8.tar.xz
x11: update --geometry at runtime and react to runtime option changesx11_geo
Not sure if I want this.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index f31173a8ee..7ec39afad8 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2703,6 +2703,12 @@ Window
The coordinates are relative to the screen given with ``--screen`` for the
video output drivers that fully support ``--screen``.
+ Some backends update this option at runtime (like all options, it's exposed
+ as property, in this case ``geometry``), and resize their window if the user
+ sets the property. This means the window size is not reset when playing a
+ video with different file. Use ``--reset-on-next-file=geometry`` to get
+ the old behavior.
+
.. note::
Generally only supported by GUI VOs. Ignored for encoding.