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