[Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.41,1.42
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Wed Nov 3 00:01:28 CET 2004
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv7580/libvo
Modified Files:
vo_quartz.c
Log Message:
remove window shadow in fullscreen
Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- vo_quartz.c 2 Nov 2004 18:16:41 -0000 1.41
+++ vo_quartz.c 2 Nov 2004 23:01:25 -0000 1.42
@@ -1289,7 +1289,7 @@
//go fullscreen
border = 0;
panscan_calc();
- ChangeWindowAttributes(theWindow, 0, kWindowResizableAttribute|kWindowNoShadowAttribute);
+ ChangeWindowAttributes(theWindow, kWindowNoShadowAttribute, kWindowResizableAttribute);
MoveWindow(theWindow, deviceRect.left-(vo_panscan_x >> 1), deviceRect.top-(vo_panscan_y >> 1), 1);
SizeWindow(theWindow, device_width+vo_panscan_x, device_height+vo_panscan_y,1);
More information about the MPlayer-cvslog
mailing list