Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
a9581ade
Commit
a9581ade
authored
Oct 17, 2008
by
Reece Dunn
Committed by
Alexandre Julliard
Oct 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fixed the tom constant values.
parent
2271226b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
tom.idl
include/tom.idl
+17
-17
No files found.
include/tom.idl
View file @
a9581ade
...
@@ -32,8 +32,8 @@ typedef enum tagTomConstants
...
@@ -32,8 +32,8 @@ typedef enum tagTomConstants
tomApplyLater
=
1
,
tomApplyLater
=
1
,
tomTrackParms
=
2
,
tomTrackParms
=
2
,
tomCacheParms
=
3
,
tomCacheParms
=
3
,
tomBackward
=
0
xc000000
0
1
,
tomBackward
=
0
xc0000001
,
tomForward
=
0
x3fffffff
f
,
tomForward
=
0
x3fffffff
,
tomMove
=
0
,
tomMove
=
0
,
tomExtend
=
1
,
tomExtend
=
1
,
tomNoSelection
=
0
,
tomNoSelection
=
0
,
...
@@ -161,21 +161,21 @@ typedef enum tagTomConstants
...
@@ -161,21 +161,21 @@ typedef enum tagTomConstants
tomText
=
0
x2
,
tomText
=
0
x2
,
tomHTML
=
0
x3
,
tomHTML
=
0
x3
,
tomWordDocument
=
0
x4
,
tomWordDocument
=
0
x4
,
tomBold
=
0
x8000000
0
1
,
tomBold
=
0
x80000001
,
tomItalic
=
0
x8000000
0
2
,
tomItalic
=
0
x80000002
,
tomUnderline
=
0
x8000000
0
4
,
tomUnderline
=
0
x80000004
,
tomStrikeout
=
0
x8000000
0
8
,
tomStrikeout
=
0
x80000008
,
tomProtected
=
0
x800000
0
10
,
tomProtected
=
0
x80000010
,
tomLink
=
0
x800000
0
20
,
tomLink
=
0
x80000020
,
tomSmallCaps
=
0
x800000
0
40
,
tomSmallCaps
=
0
x80000040
,
tomAllCaps
=
0
x800000
0
80
,
tomAllCaps
=
0
x80000080
,
tomHidden
=
0
x80000
0
100
,
tomHidden
=
0
x80000100
,
tomOutline
=
0
x80000
0
200
,
tomOutline
=
0
x80000200
,
tomShadow
=
0
x80000
0
400
,
tomShadow
=
0
x80000400
,
tomEmboss
=
0
x80000
0
800
,
tomEmboss
=
0
x80000800
,
tomImprint
=
0
x8000
0
1000
,
tomImprint
=
0
x80001000
,
tomDisabled
=
0
x8000
0
2000
,
tomDisabled
=
0
x80002000
,
tomRevised
=
0
x8000
0
4000
,
tomRevised
=
0
x80004000
,
tomNormalCaret
=
0
,
tomNormalCaret
=
0
,
tomKoreanBlockCaret
=
0
x1
,
tomKoreanBlockCaret
=
0
x1
,
tomIncludeInset
=
0
x1
,
tomIncludeInset
=
0
x1
,
...
...
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