mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[WIN32K:DIB] USE_DIBLIB: Use new DIB_16BPP_AlphaBlend()
Addendum to 7540c2e
(r64953).
This commit is contained in:
parent
231f9b54b2
commit
fe30f312a8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ DIB_FUNCTIONS DibFunctionsForBitmapFormat[] =
|
|||
{
|
||||
DIB_16BPP_PutPixel, DIB_16BPP_GetPixel, DIB_16BPP_HLine, DIB_16BPP_VLine,
|
||||
0, 0, DIB_XXBPP_StretchBlt,
|
||||
DIB_16BPP_TransparentBlt, 0, DIB_XXBPP_AlphaBlend
|
||||
DIB_16BPP_TransparentBlt, 0, DIB_16BPP_AlphaBlend
|
||||
},
|
||||
/* BMF_24BPP */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue