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
268e2dc9
Commit
268e2dc9
authored
Sep 17, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxgi.idl: Added DXGI_PRESENT_* defines.
parent
7aa17eaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
dxgi.idl
include/dxgi.idl
+10
-0
No files found.
include/dxgi.idl
View file @
268e2dc9
...
...
@@ -289,6 +289,16 @@ interface IDXGIAdapter : IDXGIObject
)
;
}
cpp_quote
(
"#define DXGI_MAX_SWAP_CHAIN_BUFFERS (16)"
)
cpp_quote
(
"#define DXGI_PRESENT_TEST __MSABI_LONG(0x00000001U)"
)
cpp_quote
(
"#define DXGI_PRESENT_DO_NOT_SEQUENCE __MSABI_LONG(0x00000002U)"
)
cpp_quote
(
"#define DXGI_PRESENT_RESTART __MSABI_LONG(0x00000004U)"
)
cpp_quote
(
"#define DXGI_PRESENT_DO_NOT_WAIT __MSABI_LONG(0x00000008U)"
)
cpp_quote
(
"#define DXGI_PRESENT_STEREO_PREFER_RIGHT __MSABI_LONG(0x00000010U)"
)
cpp_quote
(
"#define DXGI_PRESENT_STEREO_TEMPORARY_MONO __MSABI_LONG(0x00000020U)"
)
cpp_quote
(
"#define DXGI_PRESENT_RESTRICT_TO_OUTPUT __MSABI_LONG(0x00000040U)"
)
[
object
,
local
,
...
...
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