summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_quartz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c
index 29bbde5617..2c0522a6d1 100644
--- a/libvo/vo_quartz.c
+++ b/libvo/vo_quartz.c
@@ -1289,7 +1289,7 @@ void window_fullscreen()
//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);