Save the ext alignment information in a 8-bytes metarecord as it

should be.
oldstable
Warren Baird 2003-08-30 00:13:34 +00:00 committed by Alexandre Julliard
parent ca3bfd8318
commit 2c754a6ec0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ BOOL MFDRV_RestoreDC( PHYSDEV dev, INT level )
UINT MFDRV_SetTextAlign( PHYSDEV dev, UINT align )
{
return MFDRV_MetaParam1( dev, META_SETTEXTALIGN, (WORD)align);
return MFDRV_MetaParam2( dev, META_SETTEXTALIGN, HIWORD(align), LOWORD(align));
}
INT MFDRV_SetBkMode( PHYSDEV dev, INT mode )