summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-02-25 14:10:00 -0600
committerDudemanguy <random342@airmail.cc>2024-04-18 17:40:16 +0000
commitbd1bcc1f31dcf614f4b53234a62dc6b6d0b25480 (patch)
tree1e42252372e071c5e01f46b3f0401eb050895993 /DOCS/man/options.rst
parentbc28f7693d095758275448410aaa91255482857a (diff)
downloadmpv-bd1bcc1f31dcf614f4b53234a62dc6b6d0b25480.tar.bz2
mpv-bd1bcc1f31dcf614f4b53234a62dc6b6d0b25480.tar.xz
player: always notify when writing window-scale option
As described in the previous commit, update_window_scale will always execute whenever window-scale is written even if the value doesn't change.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index e3c05d44e8..bf1d55a294 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3397,7 +3397,10 @@ Window
``--window-scale=<factor>``
Resize the video window to a multiple (or fraction) of the video size. This
option is applied before ``--autofit`` and other options are applied (so
- they override this option).
+ they override this option). Changing this option while the window is
+ maximized can unmaximize the window depending on the OS and window manager.
+ If the window does not unmaximize, the multiplier will be applied if the user
+ unmaximizes the window later.
For example, ``--window-scale=0.5`` would show the window at half the
video size.