[D3D] Enable creation of the RGB device

Christian Costa titan.costa at wanadoo.fr
Sun Dec 19 18:21:36 CST 2004


Hi,

This patch makes Zoo Tycoon enter the D3D part (reported by Paul Vriens).
Since Paul did the exact same fix, I put him in the changelog for 
posterity. :-)

Changelog:
Enable creation of the RGB device.

Christian Costa   titan.costa at wanadoo.fr
Paul Vriens Paul.Vriens at xs4all.nl

-------------- next part --------------
Index: direct3d/mesa.c
===================================================================
RCS file: /home/wine/wine/dlls/ddraw/direct3d/mesa.c,v
retrieving revision 1.34
diff -u -r1.34 mesa.c
--- direct3d/mesa.c	23 Aug 2004 19:39:59 -0000	1.34
+++ direct3d/mesa.c	19 Dec 2004 23:49:11 -0000
@@ -153,6 +153,7 @@
 	(IsEqualGUID(&IID_D3DDEVICE_OpenGL, iid)) ||
 	(IsEqualGUID(&IID_IDirect3DHALDevice, iid)) ||
 	(IsEqualGUID(&IID_IDirect3DTnLHalDevice, iid)) ||
+	(IsEqualGUID(&IID_IDirect3DRGBDevice, iid)) ||
 	(IsEqualGUID(&IID_IDirect3DRefDevice, iid))) {
         switch (version) {
 	    case 1:


More information about the wine-patches mailing list