[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.202,1.203
Alex Beregszaszi
alex at mplayerhq.hu
Mon Sep 1 00:02:54 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv10149
Modified Files:
cfg-mplayer.h
Log Message:
Recieving of mouse events can be switched off. Patch by Markus Rechberger <mrechberger at web.de>
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- cfg-mplayer.h 13 Aug 2003 16:29:00 -0000 1.202
+++ cfg-mplayer.h 31 Aug 2003 22:01:59 -0000 1.203
@@ -83,6 +83,7 @@
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 @@
{"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
More information about the MPlayer-cvslog
mailing list