summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-01 05:32:08 -0500
committersfan5 <sfan5@live.de>2024-02-02 11:39:30 +0100
commitaaaadc9d6bea010f68247e0c6220aa4606980de3 (patch)
tree9fd70404c3d2eea4a520111688f13573b240ac41 /DOCS/man/options.rst
parent26a51464b68ce2571bdbe538da9c0a1c255b879f (diff)
downloadmpv-aaaadc9d6bea010f68247e0c6220aa4606980de3.tar.bz2
mpv-aaaadc9d6bea010f68247e0c6220aa4606980de3.tar.xz
x11_common: support --title-bar
Some X11 window managers support controlling the title bar independently from other window decorations with _MOTIF_WM_HINTS. This allows hiding the title bar while keeping other decorations like the resizing borders. Let mpv respect the --title-bar option on X11 so --no-title-bar can hide the title bar only like on win32.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 548548dfff..e887e25ba7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3236,7 +3236,7 @@ Window
default, use ``--no-border`` to disable the standard window decorations.
``--title-bar``, ``--no-title-bar``
- (Windows only)
+ (Windows and X11 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.