CVS: winex/dlls/quartz main.c, 1.7, 1.8 vidren.h, 1.2, 1.3

[email protected]
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/dlls/quartz main.c,1.7,1.8 vidren.h,1.2,1.3Update of /var/lib/cvsd/cvsroot/winex/dlls/quartz
In directory agravaine:/tmp/cvs-serv25255/dlls/quartz

Modified Files:
	main.c vidren.h 
Log Message:
DirectDraw renderer for DirectShow. Currently fullscreen only.
Based on a previous patch by David DePauw.


Index: main.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/quartz/main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- main.c	28 Mar 2007 18:40:03 -0000	1.7
+++ main.c	30 Mar 2007 21:36:49 -0000	1.8
@@ -33,6 +33,7 @@
 #include "uuids.h"
 #include "errors.h"
 #include "dsound.h"
+#include "ddraw.h"
 
 #include "wine/debug.h"
 WINE_DEFAULT_DEBUG_CHANNEL(quartz);

Index: vidren.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/quartz/vidren.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vidren.h	5 Sep 2002 22:22:18 -0000	1.2
+++ vidren.h	30 Mar 2007 21:36:49 -0000	1.3
@@ -69,6 +69,13 @@
 	IMediaSample*	m_pSample;
 	REFERENCE_TIME	m_rtSample;
 
+	IDirectDraw 		*m_lpddraw;
+	IDirectDrawSurface 	*m_pDDSFront;
+	IDirectDrawSurface 	*m_pDDSSource;
+	int			m_UseDirectDraw;
+	int			m_Width;
+	int			m_Height;
+
 	DWORD	m_numFrames;
 	DWORD	m_skipFrames;
 };
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.