mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +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:
parent
814e1a9ae5
commit
e3411f18ca
1 changed files with 3 additions and 0 deletions
|
@ -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] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue