Fix a bug that caused all BitBlt functions with for a solid brush to ignore the XLATEOBJ

svn path=/trunk/; revision=56387
This commit is contained in:
Timo Kreuzer 2012-04-21 18:42:14 +00:00
parent 814e1a9ae5
commit e3411f18ca

View file

@ -42,6 +42,9 @@
#undef _SOURCE_BPP
#undef _NextPixel_
#undef _DibXlate
#define _DibXlate(pBltData, ulColor) (pBltData->pfnXlate(pBltData->pxlo, ulColor))
PFN_DIBFUNCTION
__PASTE(gapfn, __FUNCTIONNAME)[7][7] =
{