TBS_DOWNISLEFT

Dimitrie O. Paun dpaun at rogers.com
Sun Sep 8 09:19:17 CDT 2002


ChangeLog
  Add missing declaration for TBS_DOWNISLEFT
  (with help from Francois Gouget, and Patrik Stridvall)

Index: include/commctrl.h
===================================================================
RCS file: /var/cvs/wine/include/commctrl.h,v
retrieving revision 1.92
diff -u -r1.92 commctrl.h
--- include/commctrl.h	4 Sep 2002 18:45:24 -0000	1.92
+++ include/commctrl.h	8 Sep 2002 13:58:01 -0000
@@ -1787,7 +1787,8 @@
 #define TBS_FIXEDLENGTH         0x0040
 #define TBS_NOTHUMB             0x0080
 #define TBS_TOOLTIPS            0x0100
-#define TBS_REVERSED			0x0200
+#define TBS_REVERSED		0x0200
+#define TBS_DOWNISLEFT		0x0400
 
 #define TBTS_TOP                0
 #define TBTS_LEFT               1




More information about the wine-patches mailing list