[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.118,1.119
Atmosfear
atmos4 at mplayer.dev.hu
Sun Jan 6 22:07:22 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.15,1.16 vo_gl2.c,1.9,1.10 vo_x11.c,1.45,1.46 vo_xmga.c,1.37,1.38 x11_common.c,1.41,1.42
- Next message: [Mplayer-cvslog] CVS: main help_mp-de.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv29288
Modified Files:
cfg-mplayer.h
Log Message:
Xinerama patch number two by attila.
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- cfg-mplayer.h 28 Dec 2001 13:28:06 -0000 1.118
+++ cfg-mplayer.h 6 Jan 2002 21:07:19 -0000 1.119
@@ -73,6 +73,10 @@
extern int use_old_pp;
#endif
+#ifdef HAVE_XINERAMA
+extern int xinerama_screen;
+#endif
+
/* from libvo/aspect.c */
extern float monitor_aspect;
@@ -259,6 +263,10 @@
#ifdef HAVE_X11
{"wid", &WinID, CONF_TYPE_INT, 0, 0, 0},
{"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0},
+#endif
+
+#ifdef HAVE_XINERAMA
+ {"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, 0, 32},
#endif
#define MAIN_CONF
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.15,1.16 vo_gl2.c,1.9,1.10 vo_x11.c,1.45,1.46 vo_xmga.c,1.37,1.38 x11_common.c,1.41,1.42
- Next message: [Mplayer-cvslog] CVS: main help_mp-de.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list