Mercurial > mplayer.hg
changeset 13856:335778f9e6ae
remove window shadow in fullscreen
author | nplourde |
---|---|
date | Tue, 02 Nov 2004 23:01:25 +0000 |
parents | 493a0dd78307 |
children | 38424a8eb0ea |
files | libvo/vo_quartz.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);