Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
50f59f8c
Commit
50f59f8c
authored
Mar 04, 2005
by
Krzysztof Foltman
Committed by
Alexandre Julliard
Mar 04, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- added missing CFM_ constants to make RichEdit 2.0 implementation
possible - added a missing structure PARAFORMAT2
parent
00ced5e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
richedit.h
include/richedit.h
+21
-0
No files found.
include/richedit.h
View file @
50f59f8c
...
...
@@ -284,6 +284,7 @@ DECL_WINELIB_TYPE_AW(CHARFORMAT2)
#define CFM_KERNING 0x00100000
#define CFM_SPACING 0x00200000
#define CFM_WEIGHT 0x00400000
#define CFM_UNDERLINETYPE 0x00800000
#define CFM_LCID 0x02000000
#define CFM_BACKCOLOR 0x04000000
#define CFM_CHARSET 0x08000000
...
...
@@ -313,6 +314,7 @@ DECL_WINELIB_TYPE_AW(CHARFORMAT2)
#define CFE_IMPRINT CFM_IMPRINT
#define CFE_DISABLED CFM_DISABLED
#define CFE_REVISED CFM_REVISED
#define CFE_AUTOBACKCOLOR CFM_BACKCOLOR
#define CFU_CF1UNDERLINE 0xFF
#define CFU_INVERT 0xFE
...
...
@@ -488,6 +490,25 @@ typedef struct _paraformat {
LONG
rgxTabs
[
MAX_TAB_STOPS
];
}
PARAFORMAT
;
typedef
struct
_paraformat2
{
UINT
cbSize
;
DWORD
dwMask
;
WORD
wNumbering
;
WORD
wEffects
;
LONG
dxStartIndent
;
LONG
dxRightIndent
;
LONG
dxOffset
;
WORD
wAlignment
;
SHORT
cTabCount
;
LONG
rgxTabs
[
MAX_TAB_STOPS
];
LONG
dySpaceBefore
,
dySpaceAfter
,
dyLineSpacing
;
SHORT
sStyle
;
BYTE
bLineSpacingRule
,
bOutlineLevel
;
WORD
wShadingWeight
,
wShadingStyle
;
WORD
wNumberingStart
,
wNumberingStyle
,
wNumberingTab
;
WORD
wBorderSpace
,
wBorderWidth
,
wBorders
;
}
PARAFORMAT2
;
typedef
struct
_selchange
{
NMHDR
nmhdr
;
CHARRANGE
chrg
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment