summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.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/interface-changes.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/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 23e71b3a2d..7fc9b0b5c5 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -59,6 +59,14 @@ Interface changes
setting the properties to non-existing tracks may report it as selected
track for a small time window, until it's forced back to "no". The exact
details how this is handled may change in the future.
+ - x11 VOs now update --geometry at runtime according to the current window
+ position, and will react to writes to the option/property at runtime and
+ resize the window accordingly. This changes behavior when playing multiple
+ videos with different size: the first video initializes the window size
+ and thus overwrites --geometry, and the second video will obviously use
+ the size provided in --geometry, so the second video will not change the
+ window size. You can use --reset-on-next-file=geometry to get the old
+ behavior.
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.