ddraw patch

Ove Kaaven ovehk at ping.uio.no
Tue Mar 20 03:20:45 CST 2001


Log:
Ove Kaaven <ovek at transgaming.com>
Remove obsolete and misleading FIXME.

Index: dlls/ddraw/ddraw/user.c
===================================================================
RCS file: /cvsroot/winex/wine/dlls/ddraw/ddraw/user.c,v
retrieving revision 1.1.1.4
retrieving revision 1.11
diff -u -r1.1.1.4 -r1.11
--- dlls/ddraw/ddraw/user.c	2001/03/02 11:32:04	1.1.1.4
+++ dlls/ddraw/ddraw/user.c	2001/03/02 11:44:57	1.11
@@ -1,6 +1,6 @@
 /*	DirectDraw driver for User-based primary surfaces
  *
- * Copyright 2000 TransGaming Technologies Inc.
+ * Copyright 2000-2001 TransGaming Technologies Inc.
  */
 
 #include "config.h"
@@ -432,17 +432,6 @@
     ICOM_THIS(IDirectDrawImpl, iface);
 	
     TRACE("(%p)->(%p,%p)\n",This,pDriverCaps,pHELCaps);
-    if ((pDriverCaps != NULL && pDriverCaps->dwSize != sizeof(DDCAPS))
-	|| (pHELCaps != NULL && pHELCaps->dwSize != sizeof(DDCAPS)))
-    {
-	FIXME("unsupported structure versions: %lu/%lu vs %u\n",
-	      pDriverCaps ? pDriverCaps->dwSize : sizeof(DDCAPS),
-	      pHELCaps ? pHELCaps->dwSize : sizeof(DDCAPS),
-	      sizeof(DDCAPS));
-	/* The old DD caps structures are contained in the DX7 SDK, and since
-	 * it's changed every version, we should probably try to support the
-	 * old ones. */
-    }
 
     if (pDriverCaps != NULL)
 	DD_STRUCT_COPY_BYSIZE(pDriverCaps,&caps);





More information about the wine-patches mailing list