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
8204a0b8
Commit
8204a0b8
authored
Mar 22, 2023
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Mar 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing TS_STATUS constants in textstor.idl.
Signed-off-by:
Biswapriyo Nath
<
nathbappai@gmail.com
>
parent
5ed70ee2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
textstor.idl
include/textstor.idl
+12
-0
No files found.
include/textstor.idl
View file @
8204a0b8
...
...
@@ -39,11 +39,23 @@ const ULONG TS_DEFAULT_SELECTION = ~0u;
const
DWORD
TS_SD_READONLY
=
0
x001
;
const
DWORD
TS_SD_LOADING
=
0
x002
;
const
DWORD
TS_SD_RESERVED
=
0
x004
;
const
DWORD
TS_SD_TKBAUTOCORRECTENABLE
=
0
x008
;
const
DWORD
TS_SD_TKBPREDICTIONENABLE
=
0
x010
;
const
DWORD
TS_SD_UIINTEGRATIONENABLE
=
0
x020
;
const
DWORD
TS_SD_INPUTPANEMANUALDISPLAYENABLE
=
0
x040
;
const
DWORD
TS_SD_EMBEDDEDHANDWRITINGVIEW_ENABLED
=
0
x080
;
const
DWORD
TS_SD_EMBEDDEDHANDWRITINGVIEW_VISIBLE
=
0
x100
;
const
DWORD
TS_SD_MASKALL
=
(
TS_SD_READONLY
|
TS_SD_LOADING
)
;
const
DWORD
TS_SS_DISJOINTSEL
=
0
x001
;
const
DWORD
TS_SS_REGIONS
=
0
x002
;
const
DWORD
TS_SS_TRANSITORY
=
0
x004
;
const
DWORD
TS_SS_NOHIDDENTEXT
=
0
x008
;
const
DWORD
TS_SS_TKBAUTOCORRECTENABLE
=
0
x010
;
const
DWORD
TS_SS_TKBPREDICTIONENABLE
=
0
x020
;
const
DWORD
TS_SS_UWPCONTROL
=
0
x040
;
const
DWORD
TS_AS_TEXT_CHANGE
=
0
x01
;
const
DWORD
TS_AS_SEL_CHANGE
=
0
x02
;
...
...
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