[MPlayer-cvslog] CVS: main/libvo vo_quartz.c,1.46,1.47

Nicolas Plourde CVS syncmail at mplayerhq.hu
Fri May 20 18:40:38 CEST 2005


CVS change done by Nicolas Plourde CVS

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

Modified Files:
	vo_quartz.c 
Log Message:
Toggle only between ontop and normal.


Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- vo_quartz.c	14 Feb 2005 21:28:21 -0000	1.46
+++ vo_quartz.c	20 May 2005 16:40:35 -0000	1.47
@@ -1234,26 +1234,7 @@
 	//Cycle between level
 	winLevel++;
 	if(winLevel>2)
-		winLevel = 0;
-		
-	//hide menu bar and mouse cursor if in fullscreen and quiting wallpaper mode
-	if(vo_fs)
-	{
-		if(winLevel != 0)
-		{
-			if(device_id == 0)
-			{
-				HideMenuBar();
-				HideCursor();
-			}
-		}
-		else
-		{
-			ShowMenuBar();
-			ShowCursor();
-		}
-	}
-
+		winLevel = 1;
 	}
 	SetWindowGroupLevel(winGroup, CGWindowLevelForKey(levelList[winLevel]));
 }




More information about the MPlayer-cvslog mailing list