Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
080200a5
Commit
080200a5
authored
Nov 19, 2002
by
Robert Shearman
Committed by
Alexandre Julliard
Nov 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some RichEdit 2.0/3.0 definitions.
parent
f1151e86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
richedit.h
include/richedit.h
+20
-1
No files found.
include/richedit.h
View file @
080200a5
...
...
@@ -295,10 +295,29 @@ DECL_WINELIB_TYPE_AW(CHARFORMAT2)
#define CFE_UNDERLINE 0x00000004
#define CFE_STRIKEOUT 0x00000008
#define CFE_PROTECTED 0x00000010
#define CFE_LINK 0x00000020
#define CFE_SUBSCRIPT 0x00010000
#define CFE_SUPERSCRIPT
0x00020000
#define CFE_SUPERSCRIPT
0x00020000
#define CFE_AUTOCOLOR 0x40000000
#define CFE_SMALLCAPS CFM_SMALLCAPS
#define CFE_ALLCAPS CFM_ALLCAPS
#define CFE_HIDDEN CFM_HIDDEN
#define CFE_OUTLINE CFM_OUTLINE
#define CFE_SHADOW CFM_SHADOW
#define CFE_EMBOSS CFM_EMBOSS
#define CFE_IMPRINT CFM_IMPRINT
#define CFE_DISABLED CFM_DISABLED
#define CFE_REVISED CFM_REVISED
#define CFU_CF1UNDERLINE 0xFF
#define CFU_INVERT 0xFE
#define CFU_UNDERLINEDOTTED 0x04
#define CFU_UNDERLINEDOUBLE 0x03
#define CFU_UNDERLINEWORD 0x02
#define CFU_UNDERLINE 0x01
#define CFU_UNDERLINENONE 0x00
/* ECO operations */
#define ECOOP_SET 0x0001
#define ECOOP_OR 0x0002
...
...
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