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
52e45d8f
Commit
52e45d8f
authored
Sep 21, 2017
by
Zebediah Figura
Committed by
Alexandre Julliard
Sep 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Update BrowserNavConstants enum for Win10.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
455d6846
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
8 deletions
+29
-8
exdisp.idl
include/exdisp.idl
+29
-8
No files found.
include/exdisp.idl
View file @
52e45d8f
...
...
@@ -64,14 +64,35 @@ interface IWebBrowser : IDispatch
{
typedef
enum
BrowserNavConstants
{
navOpenInNewWindow
=
0
x1
,
navNoHistory
=
0
x2
,
navNoReadFromCache
=
0
x4
,
navNoWriteToCache
=
0
x8
,
navAllowAutosearch
=
0
x10
,
navBrowserBar
=
0
x20
,
navHyperlink
=
0
x40
,
navEnforceRestricted
=
0
x80
navOpenInNewWindow
=
0
x00000001
,
navNoHistory
=
0
x00000002
,
navNoReadFromCache
=
0
x00000004
,
navNoWriteToCache
=
0
x00000008
,
navAllowAutosearch
=
0
x00000010
,
navBrowserBar
=
0
x00000020
,
navHyperlink
=
0
x00000040
,
navEnforceRestricted
=
0
x00000080
,
navNewWindowsManaged
=
0
x00000100
,
navUntrustedForDownload
=
0
x00000200
,
navTrustedForActiveX
=
0
x00000400
,
navOpenInNewTab
=
0
x00000800
,
navOpenInBackgroundTab
=
0
x00001000
,
navKeepWordWheelText
=
0
x00002000
,
navVirtualTab
=
0
x00004000
,
navBlockRedirectsXDomain
=
0
x00008000
,
navOpenNewForegroundTab
=
0
x00010000
,
navTravelLogScreenshot
=
0
x00020000
,
navDeferUnload
=
0
x00040000
,
navSpeculative
=
0
x00080000
,
navSuggestNewWindow
=
0
x00100000
,
navSuggestNewTab
=
0
x00200000
,
navReserved1
=
0
x00400000
,
navHomepageNavigate
=
0
x00800000
,
navRefresh
=
0
x01000000
,
navHostNavigation
=
0
x02000000
,
navReserved2
=
0
x04000000
,
navReserved3
=
0
x08000000
,
navReserved4
=
0
x10000000
,
}
BrowserNavConstants
;
typedef
enum
RefreshConstants
...
...
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