[MPlayer-cvslog] CVS: main/libvo vo_macosx.m,1.27,1.28
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Sun Jul 24 17:16:30 CEST 2005
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv21366/libvo
Modified Files:
vo_macosx.m
Log Message:
restore window shadow when quitting fullscreen mode
Index: vo_macosx.m
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_macosx.m,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vo_macosx.m 3 Jul 2005 14:28:51 -0000 1.27
+++ vo_macosx.m 24 Jul 2005 15:16:27 -0000 1.28
@@ -726,7 +726,7 @@
//revert window to previous setting
[self setFrame:old_view_frame];
[self setNeedsDisplay:YES];
- [window setHasShadow:NO];
+ [window setHasShadow:YES];
[window setFrame:old_frame display:YES animate:animate];//zoom-out window with nice useless sfx
}
}
More information about the MPlayer-cvslog
mailing list