[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.6,1.7

Michael Graffam mgraffam at users.sourceforge.net
Sat Mar 24 22:34:10 CET 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv22305

Modified Files:
	cfg-mplayer.h 
Log Message:
Addes a -vm option, which when used together with -fs and -vo x11 will
use the XF86VidMode code as added to vo_x11.c. If -fs is not specified, or
if using another output driver, this code does not affect the program
operation. Added by mgraffam


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** cfg-mplayer.h	2001/03/19 18:14:21	1.6
--- cfg-mplayer.h	2001/03/24 21:34:08	1.7
***************
*** 40,43 ****
--- 40,46 ----
  	{"y", &screen_size_y, CONF_TYPE_INT, CONF_RANGE, 1, 4096},
  	{"xy", &screen_size_xy, CONF_TYPE_INT, CONF_RANGE, 1, 4096},
+ #ifdef HAVE_XF86VM
+         {"vm", &vidmode, CONF_TYPE_FLAG, 0, 0, 1},
+ #endif
  	{"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1},
  	{"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0},


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list