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
a66504de
Commit
a66504de
authored
Jul 14, 2023
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Jul 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add ID2D1DeviceContext3 in d2d1_3.idl.
parent
de1d097d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
d2d1_3.idl
include/d2d1_3.idl
+20
-0
No files found.
include/d2d1_3.idl
View file @
a66504de
...
@@ -406,6 +406,26 @@ interface ID2D1DeviceContext2 : ID2D1DeviceContext1
...
@@ -406,6 +406,26 @@ interface ID2D1DeviceContext2 : ID2D1DeviceContext1
[
[
object
,
object
,
uuid
(
235
a7496
-
8351
-
414
c
-
bcd4
-
6672
ab2d8e00
),
local
,
]
interface
ID2D1DeviceContext3
:
ID2D1DeviceContext2
{
HRESULT
CreateSpriteBatch
(
[
out
]
ID2D1SpriteBatch
**
sprite_batch
)
;
void
DrawSpriteBatch
(
[
in
]
ID2D1SpriteBatch
*
sprite_batch
,
[
in
]
UINT32
start_index
,
[
in
]
UINT32
sprite_count
,
[
in
]
ID2D1Bitmap
*
bitmap
,
[
in
]
D2D1_BITMAP_INTERPOLATION_MODE
interpolation_mode
,
[
in
]
D2D1_SPRITE_OPTIONS
sprite_options
)
;
}
[
object
,
uuid
(
a44472e1
-
8
dfb
-
4
e60
-
8492
-
6
e2861c9ca8b
),
uuid
(
a44472e1
-
8
dfb
-
4
e60
-
8492
-
6
e2861c9ca8b
),
local
,
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