Mike McCormack : wingdi: Fix typo in definition of BLTALIGNMENT ( spotted by Choe Hwanjin).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 13 05:59:22 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 9985c42150582c07038ece79a0a874bef8379d9b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=9985c42150582c07038ece79a0a874bef8379d9b

Author: Mike McCormack <mike at codeweavers.com>
Date:   Tue Jun 13 18:24:11 2006 +0900

wingdi: Fix typo in definition of BLTALIGNMENT (spotted by Choe Hwanjin).

---

 dlls/wineps.drv/init.c |    2 +-
 dlls/x11drv/init.c     |    2 +-
 include/wingdi.h       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/wineps.drv/init.c b/dlls/wineps.drv/init.c
index e754334..ca749af 100644
--- a/dlls/wineps.drv/init.c
+++ b/dlls/wineps.drv/init.c
@@ -498,7 +498,7 @@ INT PSDRV_GetDeviceCaps( PSDRV_PDEVICE *
     case VREFRESH:
     case DESKTOPVERTRES:
     case DESKTOPHORZRES:
-    case BTLALIGNMENT:
+    case BLTALIGNMENT:
         return 0;
     default:
         FIXME("(%p): unsupported capability %d, will return 0\n", physDev->hdc, cap );
diff --git a/dlls/x11drv/init.c b/dlls/x11drv/init.c
index 937a0bb..0aa38a4 100644
--- a/dlls/x11drv/init.c
+++ b/dlls/x11drv/init.c
@@ -255,7 +255,7 @@ INT X11DRV_GetDeviceCaps( X11DRV_PDEVICE
     case VREFRESH:
     case DESKTOPVERTRES:
     case DESKTOPHORZRES:
-    case BTLALIGNMENT:
+    case BLTALIGNMENT:
         return 0;
     default:
         FIXME("(%p): unsupported capability %d, will return 0\n", physDev->hdc, cap );
diff --git a/include/wingdi.h b/include/wingdi.h
index f6acd74..eb7986e 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -1634,7 +1634,7 @@ #define SCALINGFACTORY    115
 #define VREFRESH          116
 #define DESKTOPVERTRES    117
 #define DESKTOPHORZRES    118
-#define BTLALIGNMENT      119
+#define BLTALIGNMENT      119
 #define SHADEBLENDCAPS    120
 #define COLORMGMTCAPS     121
 




More information about the wine-cvs mailing list