In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
authorSerge Ivanov <sergei@corel.ca>
Fri, 25 Feb 2000 20:47:26 +0000 (20:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 25 Feb 2000 20:47:26 +0000 (20:47 +0000)
commita39cbbc0ebb3311ebf0c9db6d30bd8f5d0b8df78
treec014c8ad2f5b2d482a4e3d8473af3be191041d9a
parent4f15239c3a214c78ccc079193219fb75edc6a688
In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
to improper display of overlay images.
dlls/comctl32/imagelist.c