[MPlayer-cvslog] CVS: main/libvo vo_macosx.m,1.8,1.9

Nicolas Plourde CVS syncmail at mplayerhq.hu
Thu May 26 18:33:30 CEST 2005


CVS change done by Nicolas Plourde CVS

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

Modified Files:
	vo_macosx.m 
Log Message:
Fix pan-scan in fullscreen mode


Index: vo_macosx.m
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_macosx.m,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_macosx.m	25 May 2005 23:44:55 -0000	1.8
+++ vo_macosx.m	26 May 2005 16:33:28 -0000	1.9
@@ -666,6 +666,8 @@
 	static NSRect old_view_frame;
 	NSRect device_rect = [[window screen] frame];
 
+	panscan_calc();
+			
 	//go fullscreen
 	if(vo_fs)
 	{
@@ -677,7 +679,6 @@
 			mouseHide = YES;
 		}
 		
-		panscan_calc();
 		old_frame = [window frame];	//save main window size & position
 		[window setFrame:device_rect display:YES animate:animate]; //zoom-in window with nice useless sfx
 		old_view_frame = [self bounds];




More information about the MPlayer-cvslog mailing list