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
a2f13c76
Commit
a2f13c76
authored
Apr 03, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Apr 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Windows.UI.Composition.CubicBezierEasingFunction definition.
Needed for mingw Firefox build.
parent
69848689
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
windows.ui.composition.idl
include/windows.ui.composition.idl
+23
-0
No files found.
include/windows.ui.composition.idl
View file @
a2f13c76
...
...
@@ -57,6 +57,7 @@ namespace Windows.UI.Composition {
interface
ICompositionSurfaceBrush3
;
interface
IContainerVisual
;
interface
IContainerVisualFactory
;
interface
ICubicBezierEasingFunction
;
interface
ISpriteVisual
;
interface
ISpriteVisual2
;
interface
IVisual
;
...
...
@@ -74,6 +75,7 @@ namespace Windows.UI.Composition {
runtimeclass
CompositionObject
;
runtimeclass
CompositionSurfaceBrush
;
runtimeclass
ContainerVisual
;
runtimeclass
CubicBezierEasingFunction
;
runtimeclass
KeyFrameAnimation
;
runtimeclass
SpriteVisual
;
runtimeclass
Visual
;
...
...
@@ -297,6 +299,17 @@ namespace Windows.UI.Composition {
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
2.0
),
exclusiveto
(
Windows
.
UI.Composition.CubicBezierEasingFunction)
,
uuid
(
32350666
-
c1e8
-
44
f9
-
96b8
-
c98acf0ae698
)
]
interface
ICubicBezierEasingFunction
:
IInspectable
{
[
propget
]
HRESULT
ControlPoint1
(
[
out
,
retval
]
Windows
.
Foundation.Numerics.Vector2
*
value
)
;
[
propget
]
HRESULT
ControlPoint2
(
[
out
,
retval
]
Windows
.
Foundation.Numerics.Vector2
*
value
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
2.0
),
exclusiveto
(
Windows
.
UI.Composition.SpriteVisual)
,
uuid
(
08
e05581
-
1
ad1
-
4
f97
-
9757
-
402
d76e4233b
)
]
...
...
@@ -456,6 +469,16 @@ namespace Windows.UI.Composition {
marshaling_behavior
(
agile
),
threading
(
both
)
]
runtimeclass
CubicBezierEasingFunction
:
Windows
.
UI.Composition.CompositionEasingFunction
{
[
default
]
interface
Windows
.
UI.Composition.ICubicBezierEasingFunction;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
2.0
),
marshaling_behavior
(
agile
),
threading
(
both
)
]
runtimeclass
SpriteVisual
:
Windows
.
UI.Composition.ContainerVisual
{
[
default
]
interface
Windows
.
UI.Composition.ISpriteVisual;
...
...
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