gdi32: Don't copy biSizeImage in copy_color_info().
commit9d0338bc4f12def9292fc7de5243cc6549f6aa38
authorHuw Davies <huw@codeweavers.com>
Mon, 13 Feb 2017 14:07:58 +0000 (13 14:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Feb 2017 20:45:27 +0000 (13 21:45 +0100)
tree24cfc712c9b8822570860296f6bc7dfd712a46c5
parenteba9294d9e4806882ffda21c4a3ca526153649be
gdi32: Don't copy biSizeImage in copy_color_info().

It meant there was a hack which incorrectly changed the corresponding value in src_info.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/gdi32/dib.c
dlls/gdi32/tests/bitmap.c