Commctrl updates

Dimitrie O. Paun dpaun at rogers.com
Tue Sep 10 23:14:41 CDT 2002


ChangeLog
  Add ImageList states (ILS_*) definitions.

Index: include/commctrl.h
===================================================================
RCS file: /var/cvs/wine/include/commctrl.h,v
retrieving revision 1.93
diff -u -r1.93 commctrl.h
--- include/commctrl.h	9 Sep 2002 19:19:50 -0000	1.93
+++ include/commctrl.h	10 Sep 2002 20:15:00 -0000
@@ -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
 {




More information about the wine-devel mailing list