[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.165,1.166

Arpi of Ize arpi at mplayerhq.hu
Sat Sep 28 22:09:15 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv18436

Modified Files:
	cfg-mplayer.h 
Log Message:
-nograbpointer, based on old patch by Christian Ohm <chr.ohm at gmx.net>


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- cfg-mplayer.h	23 Sep 2002 22:12:29 -0000	1.165
+++ cfg-mplayer.h	28 Sep 2002 20:09:12 -0000	1.166
@@ -253,6 +253,9 @@
 	{"novsync", &vo_vsync, CONF_TYPE_FLAG, 0, 1, 0, NULL},
 	{"panscan", &vo_panscan, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 1.0, NULL},
 
+	{"grabpointer", &vo_grabpointer, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+	{"nograbpointer", &vo_grabpointer, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+
 #ifdef HAVE_X11
 	// x11,xv,xmga,xvidix
 	{"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},




More information about the MPlayer-cvslog mailing list