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

oldstable
Mike McCormack 2006-06-13 18:24:11 +09:00 committed by Alexandre Julliard
parent cfe36cc81d
commit 9985c42150
3 changed files with 3 additions and 3 deletions

View File

@ -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 );

View File

@ -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 );

View File

@ -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