j
k
j a
j l
"Evan Stade" estade@gmail.com writes:
bm_is_selected = (BOOL) hdc;
That's ugly, you should use something like (hdc != 0) instead.
stride = bmi.bmiHeader.biWidth * bitspp / 8; stride += stride % 4;
This doesn't do what you want.
Back to the thread
Back to the list