quartz: Respect autoshow in video renderer.

This commit is contained in:
Maarten Lankhorst 2010-05-20 00:01:05 +02:00 committed by Alexandre Julliard
parent 6711a0f553
commit ab9cbecf1b
1 changed files with 1 additions and 1 deletions

View File

@ -1828,7 +1828,7 @@ static HRESULT WINAPI Videowindow_put_AutoShow(IVideoWindow *iface,
TRACE("(%p/%p)->(%d)\n", This, iface, AutoShow);
This->AutoShow = 1; /* FIXME: Should be AutoShow */;
This->AutoShow = AutoShow;
return S_OK;
}