Author: reimar Date: Thu Jan 18 20:30:02 2007 New Revision: 21959 Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/cfg-mplayer.h trunk/fifo.c Log: Apply ancient double-click patch that nobody cares to comment on. Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Thu Jan 18 20:30:02 2007 @@ -761,6 +761,17 @@ Support must be compiled in by configuring with \-\-enable-crash-debug. . .TP +.B \-doubleclick-time +Time in milliseconds to recognize two consecutive button presses as +a double-click (default: 300). +Set to 0 to let your windowing system decide what a double-click is +(\-vo directx only). +.br +.I NOTE: +you will get slightly different behaviour depending on whether you bind +MOUSE_BTN0_DBL or MOUSE_BTN0\-MOUSE_BTN0_DBL. +. +.TP .B \-edlout <filename> Creates a new file and writes edit decision list (EDL) records to it. During playback, the user hits 'i' to mark the start or end of a skip block.
On Thu, 18 Jan 2007 20:30:02 +0100 (CET) reimar <subversion@mplayerhq.hu> wrote:
Author: reimar Date: Thu Jan 18 20:30:02 2007 New Revision: 21959
Modified: trunk/DOCS/man/en/mplayer.1
Changes in other areas also in this revision: Modified: trunk/cfg-mplayer.h trunk/fifo.c
Log: Apply ancient double-click patch that nobody cares to comment on.
Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Thu Jan 18 20:30:02 2007 @@ -761,6 +761,17 @@ Support must be compiled in by configuring with \-\-enable-crash-debug. . .TP +.B \-doubleclick-time +Time in milliseconds to recognize two consecutive button presses as +a double-click (default: 300). +Set to 0 to let your windowing system decide what a double-click is +(\-vo directx only).
the '-vo directx only' sentence is related only to '0' setting or to the whole option? if it's to the whole, it should go right after \-doubleclick-time, if it's related to '0' it's ok :) PaulTT
participants (2)
-
Paul TT -
reimar