diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-31 22:02:25 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-31 22:02:25 +0000 |
commit | 6483811e490f6fe2aec1254f47942e8f9ba509ea (patch) | |
tree | 3db0c22c7d6841ad3c77e0d231b5c77c88b90475 /cfg-mplayer.h | |
parent | 0722563d50942247792f513440c869c1d5ed5334 (diff) | |
download | mpv-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.h | 2 |
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 |