From 9985c42150582c07038ece79a0a874bef8379d9b Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Tue, 13 Jun 2006 18:24:11 +0900 Subject: [PATCH] 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 e7543345f0a..ca749af395a 100644 --- a/dlls/wineps.drv/init.c +++ b/dlls/wineps.drv/init.c @@ -498,7 +498,7 @@ INT PSDRV_GetDeviceCaps( PSDRV_PDEVICE *physDev, INT cap ) 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 937a0bb5393..0aa38a49982 100644 --- a/dlls/x11drv/init.c +++ b/dlls/x11drv/init.c @@ -255,7 +255,7 @@ INT X11DRV_GetDeviceCaps( X11DRV_PDEVICE *physDev, INT cap ) 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 f6acd74e7d1..eb7986e0c32 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -1634,7 +1634,7 @@ typedef struct tagEXTLOGPEN #define VREFRESH 116 #define DESKTOPVERTRES 117 #define DESKTOPHORZRES 118 -#define BTLALIGNMENT 119 +#define BLTALIGNMENT 119 #define SHADEBLENDCAPS 120 #define COLORMGMTCAPS 121