Overlay indices are signed shorts (-1 means no overlay)
commit9c978ab18e56808e53498b32cc647f1b2b53590d
authorMarcus Meissner <marcus@jet.franken.de>
Sun, 30 Jan 2000 22:21:22 +0000 (30 22:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 30 Jan 2000 22:21:22 +0000 (30 22:21 +0000)
treedd5de9ceac7509f3eb1841ae3fd4d18b307fd074
parent382354e6874d9a0224c1aa78b4634d220be8cb52
Overlay indices are signed shorts (-1 means no overlay)
(ImageList_SetOverlayIndex) should accept -1 as overlayindex.
(ImageList_Read) We can read a NxM bitmap from the stream and have
to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
documentation.
(others) removed some potential operator precendence problems.
dlls/comctl32/imagelist.c
include/imagelist.h