commit | 7cfab6245bc8a3349060a8ae8b63f4e69231dc3f | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Thu Sep 12 00:50:39 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 12 00:50:39 2002 +0000 |
tree | 8a443a31f4f99e31498f1f982a58134e249cca5f | |
parent | b812c90c2a0f34daafcd26d8e6571de5616b43c1 [diff] [blame] |
Add ImageList states (ILS_*) definitions.
diff --git a/include/commctrl.h b/include/commctrl.h index a4d5dbf..e25b98d 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -487,6 +487,11 @@ #define ILCF_MOVE (0x00000000) #define ILCF_SWAP (0x00000001) +#define ILS_NORMAL 0x0000 +#define ILS_GLOW 0x0001 +#define ILS_SHADOW 0x0002 +#define ILS_SATURATE 0x0004 +#define ILS_ALPHA 0x0008 typedef struct _IMAGEINFO {