summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-04 13:26:43 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-04 13:26:43 +0000
commit74b70845a479c07a48106235d483f937668862a9 (patch)
tree932b73b93ffc4b284867d60aeda7401c69790971 /cfg-mplayer.h
parentedfdc4c0b576c3482ab7d9ee0c444019491b3e5e (diff)
downloadmpv-74b70845a479c07a48106235d483f937668862a9.tar.bz2
mpv-74b70845a479c07a48106235d483f937668862a9.tar.xz
nomouseinput option should not depend on HAVE_X11.
Patch by Zuxy Meng (zuxy meng at gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22442 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 43e60271b7..8d8136231a 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -62,8 +62,8 @@ extern char *mDisplayName;
extern int fs_layer;
extern int stop_xscreensaver;
extern char **vo_fstype_list;
-extern int vo_nomouse_input;
#endif
+extern int vo_nomouse_input;
extern int WinID;
#ifdef HAVE_MENU
@@ -240,8 +240,8 @@ m_option_t mplayer_opts[]={
{"nostop-xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"stop_xscreensaver", "Use -stop-xscreensaver instead, options with _ have been obsoleted.\n", CONF_TYPE_PRINT, 0, 0, 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
+ {"nomouseinput", &vo_nomouse_input, CONF_TYPE_FLAG,0,0,-1,NULL},
{"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, -2, 32, NULL},