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
bb40c32a
Commit
bb40c32a
authored
Apr 09, 2024
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d2d1: Update to ID2D1Factory7.
parent
f1f28d2e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
d2d1_private.h
dlls/d2d1/d2d1_private.h
+2
-2
factory.c
dlls/d2d1/factory.c
+0
-0
No files found.
dlls/d2d1/d2d1_private.h
View file @
bb40c32a
...
...
@@ -680,7 +680,7 @@ struct d2d_effect_registration
struct
d2d_factory
{
ID2D1Factory
3
ID2D1Factory3
_iface
;
ID2D1Factory
7
ID2D1Factory7
_iface
;
ID2D1Multithread
ID2D1Multithread_iface
;
LONG
refcount
;
...
...
@@ -698,7 +698,7 @@ struct d2d_factory
static
inline
struct
d2d_factory
*
unsafe_impl_from_ID2D1Factory
(
ID2D1Factory
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
struct
d2d_factory
,
ID2D1Factory
3
_iface
);
return
CONTAINING_RECORD
(
iface
,
struct
d2d_factory
,
ID2D1Factory
7
_iface
);
}
void
d2d_effects_init_builtins
(
struct
d2d_factory
*
factory
);
...
...
dlls/d2d1/factory.c
View file @
bb40c32a
This diff is collapsed.
Click to expand it.
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