From: greatlrd(a)svn.reactos.org
Log:
fix 16 to 16 soyrce dest why the hell does th 16bitmap surface calls
into this
The "16 -> 16 copy" in the DPRINT1 is a copy/paste mistake, it should read
"24 -> 24 copy". Your fix is incorrect. What needs to be done in this case is
process one pixel at a time, calling XLATEOBJ_iXlate on each one.
GvG