From 3bb7f70f6bf66ff2df1dbaed4e3f1adefa657dcb Mon Sep 17 00:00:00 2001 From: Christian Costa Date: Mon, 20 Dec 2004 17:08:41 +0000 Subject: [PATCH] Enable creation of the RGB device. --- dlls/ddraw/direct3d/mesa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ddraw/direct3d/mesa.c b/dlls/ddraw/direct3d/mesa.c index 57348da6e3d..70de68a7b24 100644 --- a/dlls/ddraw/direct3d/mesa.c +++ b/dlls/ddraw/direct3d/mesa.c @@ -153,6 +153,7 @@ create_device_helper(IDirectDrawImpl *This, (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: