reactos/win32ss/gdi/gdi32/objects
Hermès Bélusca-Maïto e4c4894564
[GDI32] CreateDIBSection: Remove erroneous assignation (#5502)
bmBits is only used and assigned on output. It points (holds the address)
to the array of DIB bit values. The "Bits" parameter is however a pointer
to a variable that will receive the address of that array.
So it makes no sense to initially assign bmBits to the value of the Bits
parameter...
2023-08-06 17:35:23 +02:00
..
arc.c
bitmap.c [GDI32] CreateDIBSection: Remove erroneous assignation (#5502) 2023-08-06 17:35:23 +02:00
brush.c
clientobj.c
colorspace.c
coord.c
dc.c
efloat.c
eng.c
enhmfile.c
font.c
gdiobj.c
icm.c
linedda.c
metafile.c
painting.c
palette.c
path.c
pen.c
printdrv.c
region.c
text.c
utils.c