[xorg-commit-diffs] xc/programs/Xserver/hw/xwin winshaddd.c, 1.1.4.1.2.8, 1.1.4.1.2.9

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Fri Apr 9 22:11:39 PDT 2004


Committed by: harold

Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv22734

Modified Files:
      Tag: CYGWIN
	winshaddd.c 
Log Message:
Fix a few DDNL's that should be DD's.

Index: winshaddd.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/winshaddd.c,v
retrieving revision 1.1.4.1.2.8
retrieving revision 1.1.4.1.2.9
diff -u -d -r1.1.4.1.2.8 -r1.1.4.1.2.9
--- a/winshaddd.c	26 Mar 2004 03:21:41 -0000	1.1.4.1.2.8
+++ b/winshaddd.c	10 Apr 2004 05:11:37 -0000	1.1.4.1.2.9
@@ -1011,7 +1011,7 @@
 
 	  /* Try to restore the surface, once */
 	  ddrval = IDirectDrawSurface2_Restore (pScreenPriv->pddsPrimary);
-	  ErrorF ("winBltExposedRegionsShadowDDNL - "
+	  ErrorF ("winBltExposedRegionsShadowDD - "
 		  "IDirectDrawSurface2_Restore returned: ");
 	  if (ddrval == DD_OK)
 	    ErrorF ("DD_OK\n");
@@ -1236,7 +1236,7 @@
 					  + pdefs[0].pixel);
   if (FAILED (ddrval))
     {
-      ErrorF ("winStoreColorsShadowDDNL - SetEntries () failed\n");
+      ErrorF ("winStoreColorsShadowDD - SetEntries () failed\n");
       return FALSE;
     }
 
@@ -1248,7 +1248,7 @@
 
   if (!winInstallColormapShadowDD (pColormap))
     {
-      ErrorF ("winStoreColorsShadowDDNL - Failed installing colormap\n");
+      ErrorF ("winStoreColorsShadowDD - Failed installing colormap\n");
       return FALSE;
     }
 
@@ -1276,7 +1276,7 @@
 				       NULL);
   if (FAILED (ddrval))
     {
-      ErrorF ("winCreateColormapShadowDDNL - CreatePalette failed\n");
+      ErrorF ("winCreateColormapShadowDD - CreatePalette failed\n");
       return FALSE;
     }
 
@@ -1306,7 +1306,7 @@
   if (pColormap->flags & IsDefault)
     {
 #if CYGDEBUG
-      ErrorF ("winDestroyColormapShadowDDNL - Destroying default "
+      ErrorF ("winDestroyColormapShadowDD - Destroying default "
 	      "colormap\n");
 #endif
       
@@ -1320,7 +1320,7 @@
 					       NULL);
       if (FAILED (ddrval))
 	{
-	  ErrorF ("winDestroyColormapShadowDDNL - Failed freeing the "
+	  ErrorF ("winDestroyColormapShadowDD - Failed freeing the "
 		  "default colormap DirectDraw palette.\n");
 	  return FALSE;
 	}




More information about the xorg-commit-diffs mailing list