Lost comment

svn-id: r15265
This commit is contained in:
Travis Howell 2004-09-25 11:20:38 +00:00
parent 0c12afcd71
commit 2bc1e81a71

View file

@ -2155,6 +2155,7 @@ void Gdi::decompressMaskImgOr(byte *dst, const byte *src, int height) const {
} \ } \
} while (0) } while (0)
// NOTE: drawStripHE is actually very similar to drawStripComplex
void Gdi::drawStripHE(byte *dst, int dstPitch, const byte *src, int w, int height, const bool transpCheck) const { void Gdi::drawStripHE(byte *dst, int dstPitch, const byte *src, int w, int height, const bool transpCheck) const {
uint32 dataBit, data, shift; uint32 dataBit, data, shift;
byte color; byte color;