From 74b70845a479c07a48106235d483f937668862a9 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 4 Mar 2007 13:26:43 +0000 Subject: 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 --- cfg-mplayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfg-mplayer.h') 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}, -- cgit v1.2.3