[WIN32K:DIB] USE_DIBLIB: Use new DIB_16BPP_AlphaBlend()

Addendum to 7540c2e (r64953).
This commit is contained in:
Serge Gautherie 2022-07-02 14:15:53 +02:00
parent 231f9b54b2
commit fe30f312a8

View file

@ -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 */
{