summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-03 16:50:13 +0200
committerwm4 <wm4@nowhere>2012-10-16 07:26:31 +0200
commitcf61928eecd87ba29324e501a3e4a0efde25d874 (patch)
tree4f796caef4fb3a15f0ffa89d6b4c9d94c8cd0fe3 /DOCS
parent466fc6d4d18ac1751527ccfff8f3c39eb3ff1e4b (diff)
downloadmpv-cf61928eecd87ba29324e501a3e4a0efde25d874.tar.bz2
mpv-cf61928eecd87ba29324e501a3e4a0efde25d874.tar.xz
vo_gl, options: remove doublebuffering option (--double)
Useless. It complicated the code and caused flicker, and was useless otherwise. The manpage describes this option as "should not normally be used". One possibly useful effect from the point of view of the user was that vsync was disabled. You can do this with the --vsync option, or by changing X/driver settings directly.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index c52c8b307e..bf297018a9 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -489,10 +489,6 @@
``--display=xtest.localdomain:0``
---double, --no-double
- Double buffering. The option to disable this exists mostly for debugging
- purposes and should not normally be used.
-
--doubleclick-time
Time in milliseconds to recognize two consecutive button presses as a
double-click (default: 300).