[MPlayer-cvslog] CVS: main cfg-mplayer.h,1.260,1.261
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun Apr 16 15:38:29 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux demux_pva.c,1.11,1.12
- Next message: [MPlayer-cvslog] CVS: main/libvo video_out.c, 1.104, 1.105 video_out.h, 1.63, 1.64 vo_gl.c, 1.118, 1.119 vo_gl2.c, 1.88, 1.89 vo_x11.c, 1.146, 1.147 vo_xmga.c, 1.94, 1.95 vo_xover.c, 1.14, 1.15 vo_xv.c, 1.169, 1.170 vo_xvidix.c, 1.74, 1.75 vo_xvmc.c, 1.26, 1.27 w32_common.c, 1.23, 1.24 x11_common.c, 1.205, 1.206 x11_common.h, 1.45, 1.46
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv25793
Modified Files:
cfg-mplayer.h
Log Message:
Fix and improve xinerama support
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- cfg-mplayer.h 15 Apr 2006 20:50:33 -0000 1.260
+++ cfg-mplayer.h 16 Apr 2006 13:38:27 -0000 1.261
@@ -264,9 +264,7 @@
{"nomouseinput", &vo_nomouse_input, CONF_TYPE_FLAG,0,0,-1,NULL},
#endif
-#ifdef HAVE_XINERAMA
- {"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL},
-#endif
+ {"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, -2, 32, NULL},
{"brightness",&vo_gamma_brightness, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
{"saturation",&vo_gamma_saturation, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux demux_pva.c,1.11,1.12
- Next message: [MPlayer-cvslog] CVS: main/libvo video_out.c, 1.104, 1.105 video_out.h, 1.63, 1.64 vo_gl.c, 1.118, 1.119 vo_gl2.c, 1.88, 1.89 vo_x11.c, 1.146, 1.147 vo_xmga.c, 1.94, 1.95 vo_xover.c, 1.14, 1.15 vo_xv.c, 1.169, 1.170 vo_xvidix.c, 1.74, 1.75 vo_xvmc.c, 1.26, 1.27 w32_common.c, 1.23, 1.24 x11_common.c, 1.205, 1.206 x11_common.h, 1.45, 1.46
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list