[Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.20,1.21

Nicolas Plourde CVS syncmail at mplayerhq.hu
Thu Jul 29 16:59:52 CEST 2004


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv14642/libvo

Modified Files:
	vo_quartz.c 
Log Message:
add var vo_rootwin and -rootwin switch for mac osx

Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- vo_quartz.c	23 Jul 2004 14:28:31 -0000	1.20
+++ vo_quartz.c	29 Jul 2004 14:59:48 -0000	1.21
@@ -70,12 +70,11 @@
 static int EnterMoviesDone = 0;
 static int get_image_done = 0;
 
+extern int vo_rootwin;
 extern int vo_ontop;
 extern int vo_fs; // user want fullscreen
 static int vo_quartz_fs; // we are in fullscreen
 
-int WinID = -1;
-
 static int winLevel = 1;
 int levelList[] =
 {
@@ -572,7 +571,7 @@
 	if(vo_ontop)
 		window_ontop();
 		
-	if(WinID == 0)
+	if(vo_rootwin)
 	{
 		vo_fs = TRUE;
 		winLevel = 0;




More information about the MPlayer-cvslog mailing list