Commit 7cfab624 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Add ImageList states (ILS_*) definitions.

parent b812c90c
......@@ -487,6 +487,11 @@ typedef struct _IMAGELIST *HIMAGELIST;
#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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment