From aaaadc9d6bea010f68247e0c6220aa4606980de3 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:32:08 -0500 Subject: 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. --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/options.rst') 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. -- cgit v1.2.3