mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[DIBLIB]
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:
@@ -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] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user