Commit c82d96fd authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

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

parent 266e79d0
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment