summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 22:02:25 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 22:02:25 +0000
commit6483811e490f6fe2aec1254f47942e8f9ba509ea (patch)
tree3db0c22c7d6841ad3c77e0d231b5c77c88b90475 /cfg-mplayer.h
parent0722563d50942247792f513440c869c1d5ed5334 (diff)
downloadmpv-6483811e490f6fe2aec1254f47942e8f9ba509ea.tar.bz2
mpv-6483811e490f6fe2aec1254f47942e8f9ba509ea.tar.xz
Recieving of mouse events can be switched off. Patch by Markus Rechberger <mrechberger@web.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10755 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 4dfca1af6a..045a070131 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -83,6 +83,7 @@ extern int fs_layer;
extern int stop_xscreensaver;
extern int vo_x11_keepaspect;
extern char **vo_fstype_list;
+extern int vo_nomouse_input;
#endif
#ifdef HAVE_AA
@@ -291,6 +292,7 @@ m_option_t mplayer_opts[]={
{"keepaspect", &vo_x11_keepaspect, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nokeepaspect", &vo_x11_keepaspect, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"fstype", &vo_fstype_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
+ {"nomouseinput", &vo_nomouse_input, CONF_TYPE_FLAG,0,0,-1,NULL},
#endif
#ifdef HAVE_XINERAMA