ChangeLog Add some missing ImageList definitions. Index: include/commctrl.h =================================================================== RCS file: /var/cvs/wine/include/commctrl.h,v retrieving revision 1.91 diff -u -r1.91 commctrl.h --- include/commctrl.h 27 Aug 2002 22:32:36 -0000 1.91 +++ include/commctrl.h 4 Sep 2002 02:49:11 -0000 @@ -465,14 +465,17 @@ #define ILC_COLOR32 0x0020 #define ILC_PALETTE 0x0800 /* no longer supported by M$ */ -#define ILD_NORMAL 0x0000 -#define ILD_TRANSPARENT 0x0001 -#define ILD_BLEND25 0x0002 -#define ILD_BLEND50 0x0004 -#define ILD_MASK 0x0010 -#define ILD_IMAGE 0x0020 -#define ILD_ROP 0x0040 -#define ILD_OVERLAYMASK 0x0F00 +#define ILD_NORMAL 0x0000 +#define ILD_TRANSPARENT 0x0001 +#define ILD_BLEND25 0x0002 +#define ILD_BLEND50 0x0004 +#define ILD_MASK 0x0010 +#define ILD_IMAGE 0x0020 +#define ILD_ROP 0x0040 +#define ILD_OVERLAYMASK 0x0F00 +#define ILD_PRESERVEALPHA 0x1000 +#define ILD_SCALE 0x2000 +#define ILD_DPISCALE 0x4000 #define ILD_SELECTED ILD_BLEND50 #define ILD_FOCUS ILD_BLEND25 @@ -499,18 +502,21 @@ { DWORD cbSize; HIMAGELIST himl; - INT i; - HDC hdcDst; - INT x; - INT y; - INT cx; - INT cy; - INT xBitmap; /* x offest from the upperleft of bitmap */ - INT yBitmap; /* y offset from the upperleft of bitmap */ + INT i; + HDC hdcDst; + INT x; + INT y; + INT cx; + INT cy; + INT xBitmap; /* x offest from the upperleft of bitmap */ + INT yBitmap; /* y offset from the upperleft of bitmap */ COLORREF rgbBk; COLORREF rgbFg; - UINT fStyle; + UINT fStyle; DWORD dwRop; + DWORD fState; + DWORD Frame; + DWORD crEffect; } IMAGELISTDRAWPARAMS, *LPIMAGELISTDRAWPARAMS;