summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-03-19 06:38:32 +0100
committerDudemanguy <random342@airmail.cc>2023-09-21 23:13:19 +0000
commitee24dd04194aadfda882fd73553cba8d1e734567 (patch)
tree541a5a0b41ca3138317fc580addd7e9d513e7ba4 /DOCS/man/options.rst
parent2c738ca54b16cdd1982473672bd39068fcf8d948 (diff)
downloadmpv-ee24dd04194aadfda882fd73553cba8d1e734567.tar.bz2
mpv-ee24dd04194aadfda882fd73553cba8d1e734567.tar.xz
win32: add an option to control window title bar state
Fixes: #11432
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 2cae12e5f2..8e59ac1dbc 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3135,6 +3135,12 @@ Window
Play video with window border and decorations. Since this is on by
default, use ``--no-border`` to disable the standard window decorations.
+``--title-bar``, ``--no-title-bar``
+ (Windows only)
+ Play video with the window title bar. Since this is on by default,
+ use --no-title-bar to hide the title bar. The --no-border option takes
+ precedence.
+
``--on-all-workspaces``
(X11 and macOS only)
Show the video window on all virtual desktops.