quartz: Respect autoshow in video renderer.
This commit is contained in:
parent
6711a0f553
commit
ab9cbecf1b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue