summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 15:38:02 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commit2628ff6224946bb7f3cf460f0c9c6969783e255c (patch)
tree4db337b1bb8160dd97737d1953176855a210a6b2 /DOCS
parenta540881571e85be8bf3fd1d1d20a332645c97b92 (diff)
downloadmpv-2628ff6224946bb7f3cf460f0c9c6969783e255c.tar.bz2
mpv-2628ff6224946bb7f3cf460f0c9c6969783e255c.tar.xz
options: remove --display
Was used to set the X11 display. XDisplayName(NULL) does the same, using the DISPLAY environment variable instead.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index e4ecf1e6ee..38a615ea72 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -463,15 +463,6 @@
Force demuxer type. Use a '+' before the name to force it, this will skip
some checks! Give the demuxer name as printed by ``--demuxer=help``.
---display=<name>
- (X11 only)
- Specify the hostname and display number of the X server you want to
- display on.
-
- *EXAMPLE*:
-
- ``--display=xtest.localdomain:0``
-
--doubleclick-time=<milliseconds>
Time in milliseconds to recognize two consecutive button presses as a
double-click (default: 300).