DrawFrameControl style

Dimitrie O. Paun dpaun at rogers.com
Sat Mar 30 20:20:13 CST 2002


ChangeLog:
  -- add the DFCS_{HOT,TRANSPARENT} definitions

Index: include/winuser.h
===================================================================
RCS file: /var/cvs/wine/include/winuser.h,v
retrieving revision 1.134
diff -u -r1.134 winuser.h
--- include/winuser.h	12 Mar 2002 19:18:48 -0000	1.134
+++ include/winuser.h	30 Mar 2002 08:38:09 -0000
@@ -3093,9 +3093,12 @@
 #define DFCS_INACTIVE           0x0100
 #define DFCS_PUSHED             0x0200
 #define DFCS_CHECKED            0x0400
+#define DFCS_TRANSPARENT        0x0800
+#define DFCS_HOT                0x1000
 #define DFCS_ADJUSTRECT         0x2000		/* exclude surrounding edge */
 #define DFCS_FLAT               0x4000
 #define DFCS_MONO               0x8000
+
 
 /* Image type */
 #define	DST_COMPLEX	0x0000




More information about the wine-patches mailing list