RICHEDIT: Add missing PARAFORMAT2 definitions to richedit.h

Phil Krylov phil at newstar.rinet.ru
Wed Mar 16 13:08:12 CST 2005


ChangeLog:

Added missing PFE_ and PFA_ definitions to richedit.h.

Patch:

--- richedit.h  14 Mar 2005 21:39:57 -0000      1.23
+++ richedit.h  16 Mar 2005 18:51:32 -0000
@@ -604,6 +604,19 @@
 #define PFA_RIGHT             0x00000002
 #define PFA_CENTER            0x00000003
 #define PFA_JUSTIFY           0x00000004
+#define PFA_FULL_INTERWORD    0x00000004
+#define PFA_FULL_INTERLETTER  0x00000005
+
+/* paragraph effects */
+#define PFE_RTLPARA           0x00000001
+#define PFE_KEEP              0x00000002
+#define PFE_KEEPNEXT          0x00000004
+#define PFE_PAGEBREAKBEFORE   0x00000008
+#define PFE_NOLINENUMBER      0x00000010
+#define PFE_NOWIDOWCONTROL    0x00000020
+#define PFE_DONOTHYPHEN       0x00000040
+#define PFE_SIDEBYSIDE        0x00000080
+#define PFE_TABLE             0x00004000

 /* streaming flags */
 #define SFF_PWD               0x00000800



More information about the wine-patches mailing list