mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
e4c4894564
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... |
||
---|---|---|
.. | ||
arc.c | ||
bitmap.c | ||
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 |