DPRINTF->TRACE dlls/ddraw/ddraw/main.c

Tony Lambregts tony_lambregts at telusplanet.net
Fri Mar 14 17:57:02 CST 2003


Change Log: Replace DPRINTF with TRACE

Files changed: dlls/ddraw/ddraw/main.c

-- 

Tony Lambregts











-------------- next part --------------
Index: main.c
===================================================================
RCS file: /home/wine/wine/dlls/ddraw/ddraw/main.c,v
retrieving revision 1.38
diff -u -r1.38 main.c
--- main.c	7 Jan 2003 20:36:30 -0000	1.38
+++ main.c	15 Mar 2003 00:00:44 -0000
@@ -543,7 +543,7 @@
 
     TRACE("(%p)->(%p,%p,%p)\n",This,pDDSD,ppSurf,pUnkOuter);
     if (TRACE_ON(ddraw)) {
-        DPRINTF("Requesting surface desc :\n");
+        TRACE("Requesting surface desc :\n");
         DDRAW_dump_surface_desc(pDDSD);
     }
 
@@ -851,14 +851,14 @@
     if (pDriverCaps != NULL) {
 	DD_STRUCT_COPY_BYSIZE(pDriverCaps,&This->caps);
 	if (TRACE_ON(ddraw)) {
-	  DPRINTF("Driver Caps : \n");
+	  TRACE("Driver Caps : \n");
 	  DDRAW_dump_DDCAPS(pDriverCaps);
 	}
     }
     if (pHELCaps != NULL) {
 	DD_STRUCT_COPY_BYSIZE(pHELCaps,&This->caps);
 	if (TRACE_ON(ddraw)) {
-	  DPRINTF("HEL Caps : \n");
+	  TRACE("HEL Caps : \n");
 	  DDRAW_dump_DDCAPS(pHELCaps);
 	}
     }
@@ -1135,7 +1135,7 @@
 
     if (TRACE_ON(ddraw)) {
         TRACE(" Asking for memory of type : ");
-        DDRAW_dump_DDSCAPS2(ddscaps); DPRINTF("\n");
+        DDRAW_dump_DDSCAPS2(ddscaps); TRACE("\n");
     }
 
     /* We have 16 MB videomemory */


More information about the wine-patches mailing list