quartz: Don't say we have a menu to AdjustWindowRectEx since the created window doesn't have one.

This commit is contained in:
Christian Costa 2012-10-09 23:55:53 +02:00 committed by Alexandre Julliard
parent 266e79d05f
commit c82d96fded
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ static void VideoRenderer_AutoShowWindow(VideoRendererImpl *This)
}
}
AdjustWindowRectEx(&This->WindowPos, style, TRUE, style_ex);
AdjustWindowRectEx(&This->WindowPos, style, FALSE, style_ex);
TRACE("WindowPos: %d %d %d %d\n", This->WindowPos.left, This->WindowPos.top, This->WindowPos.right, This->WindowPos.bottom);
SetWindowPos(This->baseControlWindow.baseWindow.hWnd, NULL,