[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
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin winengine.c,
1.1.4.1.2.9, 1.1.4.1.2.10
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin InitOutput.c,
1.1.4.1.2.31, 1.1.4.1.2.32 win.h, 1.1.4.1.2.27,
1.1.4.1.2.28 wincmap.c, 1.1.6.4, 1.1.6.5 wincreatewnd.c,
1.1.4.1.2.9, 1.1.4.1.2.10 wingc.c, 1.1.4.1.2.4,
1.1.4.1.2.5 winkeybd.c, 1.1.4.1.2.7, 1.1.4.1.2.8 winmouse.c,
1.1.6.3, 1.1.6.4 winnativegdi.c, 1.1.4.1.2.3,
1.1.4.1.2.4 winpfbdd.c, 1.1.4.1.2.5, 1.1.4.1.2.6 winpixmap.c,
1.1.4.1.2.2, 1.1.4.1.2.3 winprocarg.c, 1.1.2.14,
1.1.2.15 winrandr.c, 1.1.2.1, 1.1.2.2 winscrinit.c,
1.1.4.1.2.15, 1.1.4.1.2.16 winshaddd.c, 1.1.4.1.2.9,
1.1.4.1.2.10 winshadddnl.c, 1.1.4.1.2.7,
1.1.4.1.2.8 winshadgdi.c, 1.1.4.1.2.12,
1.1.4.1.2.13 winvalargs.c, 1.1.2.2, 1.1.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
}
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin winengine.c,
1.1.4.1.2.9, 1.1.4.1.2.10
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin InitOutput.c,
1.1.4.1.2.31, 1.1.4.1.2.32 win.h, 1.1.4.1.2.27,
1.1.4.1.2.28 wincmap.c, 1.1.6.4, 1.1.6.5 wincreatewnd.c,
1.1.4.1.2.9, 1.1.4.1.2.10 wingc.c, 1.1.4.1.2.4,
1.1.4.1.2.5 winkeybd.c, 1.1.4.1.2.7, 1.1.4.1.2.8 winmouse.c,
1.1.6.3, 1.1.6.4 winnativegdi.c, 1.1.4.1.2.3,
1.1.4.1.2.4 winpfbdd.c, 1.1.4.1.2.5, 1.1.4.1.2.6 winpixmap.c,
1.1.4.1.2.2, 1.1.4.1.2.3 winprocarg.c, 1.1.2.14,
1.1.2.15 winrandr.c, 1.1.2.1, 1.1.2.2 winscrinit.c,
1.1.4.1.2.15, 1.1.4.1.2.16 winshaddd.c, 1.1.4.1.2.9,
1.1.4.1.2.10 winshadddnl.c, 1.1.4.1.2.7,
1.1.4.1.2.8 winshadgdi.c, 1.1.4.1.2.12,
1.1.4.1.2.13 winvalargs.c, 1.1.2.2, 1.1.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list