# HG changeset patch # User nplourde # Date 1099436485 0 # Node ID 335778f9e6aeec5db4f294de8715fa73f7a7e4db # Parent 493a0dd78307a492ef7bfccd30e2ee1baf381929 remove window shadow in fullscreen diff -r 493a0dd78307 -r 335778f9e6ae libvo/vo_quartz.c --- a/libvo/vo_quartz.c Tue Nov 02 18:16:41 2004 +0000 +++ b/libvo/vo_quartz.c Tue Nov 02 23:01:25 2004 +0000 @@ -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);