Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
bbf8c42f
Commit
bbf8c42f
authored
May 31, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
May 31, 2012
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxgi.idl: Added IDXGIKeyedMutex declaration.
parent
6d23f3e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
dxgi.idl
include/dxgi.idl
+12
-0
No files found.
include/dxgi.idl
View file @
bbf8c42f
...
...
@@ -192,6 +192,18 @@ interface IDXGIResource : IDXGIDeviceSubObject
[
object
,
uuid
(
9
d8e1289
-
d7b3
-
465
f
-
8126
-
250
e349af85d
),
local
,
pointer_default
(
unique
)
]
interface
IDXGIKeyedMutex
:
IDXGIDeviceSubObject
{
HRESULT
AcquireSync
(
[
in
]
UINT64
Key
,
[
in
]
DWORD
dwMilliseconds
)
;
HRESULT
ReleaseSync
(
[
in
]
UINT64
Key
)
;
}
[
object
,
local
,
uuid
(
cafcb56c
-
6
ac3
-
4889
-
bf47
-
9
e23bbd260ec
)
]
...
...
Vitaly Lipatov
@lav
mentioned in commit
871a20a4
·
Sep 03, 2020
mentioned in commit
871a20a4
mentioned in commit 871a20a49a5d04fb38e9ce2c75b266b1ac878968
Toggle commit list
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