Mercurial > mplayer.hg
changeset 22424:dacfc7692083
nomouseinput option should not depend on HAVE_X11.
Patch by Zuxy Meng (zuxy meng at gmail com)
author | reimar |
---|---|
date | Sun, 04 Mar 2007 13:26:43 +0000 |
parents | 8f95e2a3c797 |
children | dacdd07fec16 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Sun Mar 04 13:20:51 2007 +0000 +++ b/cfg-mplayer.h Sun Mar 04 13:26:43 2007 +0000 @@ -62,8 +62,8 @@ extern int fs_layer; extern int stop_xscreensaver; extern char **vo_fstype_list; +#endif extern int vo_nomouse_input; -#endif extern int WinID; #ifdef HAVE_MENU @@ -240,8 +240,8 @@ {"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}, +#endif {"nomouseinput", &vo_nomouse_input, CONF_TYPE_FLAG,0,0,-1,NULL}, -#endif {"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, -2, 32, NULL},