[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


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




More information about the MPlayer-cvslog mailing list