[PATCH 17/17] quartz: Respect autoshow in video renderer

Maarten Lankhorst m.b.lankhorst at gmail.com
Wed May 19 17:01:05 CDT 2010


---
 dlls/quartz/videorenderer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/videorenderer.c b/dlls/quartz/videorenderer.c
index f8a5852..f25ab17 100644
--- a/dlls/quartz/videorenderer.c
+++ b/dlls/quartz/videorenderer.c
@@ -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;
 }
-- 
1.7.0.4


--------------080904040207010602070702--



More information about the wine-patches mailing list