Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
commit4ac8db783d8114fa2881d88e806768988588fac9
authorPierre Mageau <pierre@macadamian.com>
Sat, 4 Sep 1999 11:16:48 +0000 (4 11:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 4 Sep 1999 11:16:48 +0000 (4 11:16 +0000)
tree75b75994c3b1f215b8261beff8c8ab148c51c59c
parent749a2c6c86e4ffb518d61ca213619be51345cd68
Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
CURSORICON_FindBestIcon changed to find the correct icon.
ImageList_ReplaceIcon now calls CopyImage internally.
Assign a value for the hIconSm CLASS member (using CopyImage).
dlls/comctl32/imagelist.c
include/cursoricon.h
loader/main.c
objects/bitmap.c
objects/cursoricon.c
windows/class.c