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
58e6c4d1
Commit
58e6c4d1
authored
Mar 30, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Mar 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add DirectXAlphaMode enum.
Needed for mingw Firefox build.
parent
48fdc8e0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
windows.graphics.directx.idl
include/windows.graphics.directx.idl
+12
-0
No files found.
include/windows.graphics.directx.idl
View file @
58e6c4d1
...
...
@@ -27,6 +27,7 @@ import "windowscontracts.idl";
import
"windows.foundation.idl"
;
namespace
Windows
.
Graphics.DirectX
{
typedef
enum
DirectXAlphaMode
DirectXAlphaMode
;
typedef
enum
DirectXPixelFormat
DirectXPixelFormat
;
declare
{
...
...
@@ -36,6 +37,17 @@ namespace Windows.Graphics.DirectX {
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
2.0
)
]
enum
DirectXAlphaMode
{
Unspecified
=
0
,
Premultiplied
=
1
,
Straight
=
2
,
Ignore
=
3
,
}
;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
)
]
enum
DirectXPixelFormat
...
...
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