mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WIN32K:NTGDI]
- Correctly pass 'planes' and 'bpp' arguments to IntCreateDIBitmap in GreCreateDIBitmapInternal. CID 1250302 svn path=/trunk/; revision=69642
This commit is contained in:
@@ -1529,7 +1529,7 @@ GreCreateDIBitmapInternal(
|
||||
planes = 0;
|
||||
compression = 0;
|
||||
}
|
||||
Bmp = IntCreateDIBitmap(Dc, cx, cy, bpp, planes, compression, fInit, pjInit, pbmi, iUsage);
|
||||
Bmp = IntCreateDIBitmap(Dc, cx, cy, planes, bpp, compression, fInit, pjInit, pbmi, iUsage);
|
||||
DC_UnlockDc(Dc);
|
||||
|
||||
if(!hDc)
|
||||
|
||||
Reference in New Issue
Block a user