Added declaration of IntEngStretchBlt()

svn path=/trunk/; revision=6910
This commit is contained in:
Aleksey Bragin 2003-12-08 11:08:27 +00:00
parent 813825fd27
commit 5d1f3e4b20

View file

@ -23,6 +23,18 @@ BOOL STDCALL IntEngBitBlt(SURFOBJ *DestObj,
BRUSHOBJ *Brush,
POINTL *BrushOrigin,
ROP4 rop4);
BOOL STDCALL
IntEngStretchBlt(SURFOBJ *DestObj,
SURFOBJ *SourceObj,
SURFOBJ *Mask,
CLIPOBJ *ClipRegion,
XLATEOBJ *ColorTranslation,
RECTL *DestRect,
RECTL *SourceRect,
POINTL *pMaskOrigin,
BRUSHOBJ *Brush,
POINTL *BrushOrigin,
ULONG Mode);
XLATEOBJ * STDCALL IntEngCreateXlate(USHORT DestPalType,
USHORT SourcePalType,