diff cfg-mplayer.h @ 10754:2ca1fc045731

Recieving of mouse events can be switched off. Patch by Markus Rechberger <mrechberger@web.de>
author alex
date Sun, 31 Aug 2003 22:02:25 +0000
parents 57bdcdb061d7
children 501ac934d443
line wrap: on
line diff
--- a/cfg-mplayer.h	Sun Aug 31 21:55:11 2003 +0000
+++ b/cfg-mplayer.h	Sun Aug 31 22:02:25 2003 +0000
@@ -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