summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-17 01:14:59 +0200
committerwm4 <wm4@nowhere>2014-05-17 01:14:59 +0200
commitfaeaa6c358847c812e025edd4cc1a13ed08d6239 (patch)
tree0be73712067cc06ee4efe9848a6c24658497fe40 /DOCS/man
parent444e583b6d50a92367d3645ef6f391f218701b07 (diff)
downloadmpv-faeaa6c358847c812e025edd4cc1a13ed08d6239.tar.bz2
mpv-faeaa6c358847c812e025edd4cc1a13ed08d6239.tar.xz
x11: implement --fs-screen properly, separate old code path
Try to get the "new" code path (using NetWM/EWMH) free of hacks done for the sake of old WMs or the no-WM case. Implement --fs-screen using _NET_WM_FULLSCREEN_MONITORS.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/options.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 28e6bee880..f1de8b75bd 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -878,10 +878,8 @@ OPTIONS
.. admonition:: Note (X11)
- This option does not work properly with all window managers.
- ``all`` in particular will usually only work with
- ``--x11-fstype=-fullscreen`` or ``--x11-fstype=none``, and even then
- only with some window managers.
+ This option does works properly only with window managers which
+ understand the EWMH ``_NET_WM_FULLSCREEN_MONITORS`` hint.
.. admonition:: Note (OS X)