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
9b1b70c7
Commit
9b1b70c7
authored
Jun 30, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxgi.idl: Added DXGI_SWAP_CHAIN_FLAG enum declaration and DXGI_MWA_* flags.
parent
08186a9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
dxgi.idl
include/dxgi.idl
+11
-0
No files found.
include/dxgi.idl
View file @
9b1b70c7
...
...
@@ -115,6 +115,12 @@ typedef struct DXGI_ADAPTER_DESC {
LUID
AdapterLuid
;
}
DXGI_ADAPTER_DESC
;
typedef
enum
DXGI_SWAP_CHAIN_FLAG
{
DXGI_SWAP_CHAIN_FLAG_NONPREROTATED
=
1
,
DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH
=
2
,
DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE
=
4
}
DXGI_SWAP_CHAIN_FLAG
;
typedef
struct
DXGI_SWAP_CHAIN_DESC
{
DXGI_MODE_DESC
BufferDesc
;
DXGI_SAMPLE_DESC
SampleDesc
;
...
...
@@ -305,6 +311,11 @@ interface IDXGISwapChain : IDXGIDeviceSubObject
)
;
}
cpp_quote
(
"#define DXGI_MWA_NO_WINDOW_CHANGES 0x1"
)
cpp_quote
(
"#define DXGI_MWA_NO_ALT_ENTER 0x2"
)
cpp_quote
(
"#define DXGI_MWA_NO_PRINT_SCREEN 0x4"
)
cpp_quote
(
"#define DXGI_MWA_VALID 0x7"
)
[
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