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
74e63457
Commit
74e63457
authored
Feb 02, 2023
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Feb 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add dcomptypes.idl.
parent
58427faa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
0 deletions
+78
-0
Makefile.in
include/Makefile.in
+1
-0
dcomptypes.idl
include/dcomptypes.idl
+77
-0
No files found.
include/Makefile.in
View file @
74e63457
...
@@ -182,6 +182,7 @@ SOURCES = \
...
@@ -182,6 +182,7 @@ SOURCES = \
dciddi.h
\
dciddi.h
\
dciman.h
\
dciman.h
\
dcommon.idl
\
dcommon.idl
\
dcomptypes.idl
\
dde.h
\
dde.h
\
dde.rh
\
dde.rh
\
ddeml.h
\
ddeml.h
\
...
...
include/dcomptypes.idl
0 → 100644
View file @
74e63457
/*
*
Copyright
2023
Zhiyi
Zhang
for
CodeWeavers
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"dxgitype.idl"
;
import
"dxgi1_5.idl"
;
enum
DCOMPOSITION_BITMAP_INTERPOLATION_MODE
{
DCOMPOSITION_BITMAP_INTERPOLATION_MODE_NEAREST_NEIGHBOR
=
0
,
DCOMPOSITION_BITMAP_INTERPOLATION_MODE_LINEAR
=
1
,
DCOMPOSITION_BITMAP_INTERPOLATION_MODE_INHERIT
=
0
xffffffff
}
;
enum
DCOMPOSITION_BORDER_MODE
{
DCOMPOSITION_BORDER_MODE_SOFT
=
0
,
DCOMPOSITION_BORDER_MODE_HARD
=
1
,
DCOMPOSITION_BORDER_MODE_INHERIT
=
0
xffffffff
}
;
enum
DCOMPOSITION_COMPOSITE_MODE
{
DCOMPOSITION_COMPOSITE_MODE_SOURCE_OVER
=
0
,
DCOMPOSITION_COMPOSITE_MODE_DESTINATION_INVERT
=
1
,
DCOMPOSITION_COMPOSITE_MODE_MIN_BLEND
=
2
,
DCOMPOSITION_COMPOSITE_MODE_INHERIT
=
0
xffffffff
}
;
enum
DCOMPOSITION_BACKFACE_VISIBILITY
{
DCOMPOSITION_BACKFACE_VISIBILITY_VISIBLE
=
0
,
DCOMPOSITION_BACKFACE_VISIBILITY_HIDDEN
=
1
,
DCOMPOSITION_BACKFACE_VISIBILITY_INHERIT
=
0
xffffffff
}
;
enum
DCOMPOSITION_OPACITY_MODE
{
DCOMPOSITION_OPACITY_MODE_LAYER
=
0
,
DCOMPOSITION_OPACITY_MODE_MULTIPLY
=
1
,
DCOMPOSITION_OPACITY_MODE_INHERIT
=
0
xffffffff
}
;
enum
DCOMPOSITION_DEPTH_MODE
{
DCOMPOSITION_DEPTH_MODE_TREE
=
0
,
DCOMPOSITION_DEPTH_MODE_SPATIAL
=
1
,
DCOMPOSITION_DEPTH_MODE_SORTED
=
3
,
DCOMPOSITION_DEPTH_MODE_INHERIT
=
0
xffffffff
}
;
typedef
struct
{
LARGE_INTEGER
lastFrameTime
;
DXGI_RATIONAL
currentCompositionRate
;
LARGE_INTEGER
currentTime
;
LARGE_INTEGER
timeFrequency
;
LARGE_INTEGER
nextEstimatedFrameTime
;
}
DCOMPOSITION_FRAME_STATISTICS
;
cpp_quote
(
"#define COMPOSITIONOBJECT_READ 0x0001L"
)
cpp_quote
(
"#define COMPOSITIONOBJECT_WRITE 0x0002L"
)
cpp_quote
(
"#define COMPOSITIONOBJECT_ALL_ACCESS (COMPOSITIONOBJECT_READ | COMPOSITIONOBJECT_WRITE)"
)
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