summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-18 19:30:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-18 19:30:02 +0000
commitb5f54a914de99a37abe8248fe7673a9a33694e02 (patch)
tree568598f3445abe8616b5253e11719b4ceb4f66a9 /cfg-mplayer.h
parent21e71a8901c0f6ce9773c4b4ae39c92e0e94f8ff (diff)
downloadmpv-b5f54a914de99a37abe8248fe7673a9a33694e02.tar.bz2
mpv-b5f54a914de99a37abe8248fe7673a9a33694e02.tar.xz
Apply ancient double-click patch that nobody cares to comment on.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21959 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 1cdf18842f..43e60271b7 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -367,6 +367,7 @@ m_option_t mplayer_opts[]={
{"consolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},
{"mouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"nomouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},
+ {"doubleclick-time", &doubleclick_time, CONF_TYPE_INT, CONF_RANGE, 0, 1000, NULL},
#define MAIN_CONF
#include "cfg-common.h"