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
0b4dc016
Commit
0b4dc016
authored
Apr 16, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Apr 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add windows.graphics.capture.interop.idl file.
Needed for PyWinRT.
parent
f01ce56a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
0 deletions
+37
-0
Makefile.in
include/Makefile.in
+1
-0
windows.graphics.capture.interop.idl
include/windows.graphics.capture.interop.idl
+34
-0
wtypes.idl
include/wtypes.idl
+2
-0
No files found.
include/Makefile.in
View file @
0b4dc016
...
@@ -817,6 +817,7 @@ SOURCES = \
...
@@ -817,6 +817,7 @@ SOURCES = \
windows.gaming.ui.idl
\
windows.gaming.ui.idl
\
windows.globalization.idl
\
windows.globalization.idl
\
windows.graphics.capture.idl
\
windows.graphics.capture.idl
\
windows.graphics.capture.interop.idl
\
windows.graphics.directx.direct3d11.idl
\
windows.graphics.directx.direct3d11.idl
\
windows.graphics.directx.idl
\
windows.graphics.directx.idl
\
windows.graphics.effects.idl
\
windows.graphics.effects.idl
\
...
...
include/windows.graphics.capture.interop.idl
0 → 100644
View file @
0b4dc016
/*
*
Copyright
(
C
)
2023
Mohamad
Al
-
Jaf
*
*
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
*/
#
ifdef
__WIDL__
#
pragma
winrt
ns_prefix
#
endif
import
"windows.ui.composition.idl"
;
import
"windows.graphics.capture.idl"
;
import
"sdkddkver.h"
;
[
uuid
(
3628
e81b
-
3
cac
-
4
c60
-
b7f4
-
23
ce0e0c3356
)
]
interface
IGraphicsCaptureItemInterop
:
IUnknown
{
HRESULT
CreateForWindow
(
[
in
]
HWND
window
,
[
in
]
REFIID
iid
,
[
out
,
iid_is
(
iid
)
]
void
**
result
)
;
HRESULT
CreateForMonitor
(
[
in
]
HMONITOR
monitor
,
[
in
]
REFIID
iid
,
[
out
,
iid_is
(
iid
)
]
void
**
result
)
;
}
include/wtypes.idl
View file @
0b4dc016
...
@@ -563,6 +563,7 @@ typedef [unique] RemotableHandle *wireHFONT;
...
@@ -563,6 +563,7 @@ typedef [unique] RemotableHandle *wireHFONT;
typedef [unique] RemotableHandle *wireHICON;
typedef [unique] RemotableHandle *wireHICON;
typedef [unique] RemotableHandle *wireHMENU;
typedef [unique] RemotableHandle *wireHMENU;
typedef [unique] RemotableHandle *wireHWND;
typedef [unique] RemotableHandle *wireHWND;
typedef [unique] RemotableHandle *wireHMONITOR;
cpp_quote("#if 0") /* for IDL only (C/C++ defs are in windef.h) */
cpp_quote("#if 0") /* for IDL only (C/C++ defs are in windef.h) */
DECLARE_WIREM_HANDLE(HACCEL);
DECLARE_WIREM_HANDLE(HACCEL);
...
@@ -572,6 +573,7 @@ DECLARE_WIREM_HANDLE(HFONT);
...
@@ -572,6 +573,7 @@ DECLARE_WIREM_HANDLE(HFONT);
DECLARE_WIREM_HANDLE(HICON);
DECLARE_WIREM_HANDLE(HICON);
DECLARE_WIREM_HANDLE(HMENU);
DECLARE_WIREM_HANDLE(HMENU);
DECLARE_WIREM_HANDLE(HWND);
DECLARE_WIREM_HANDLE(HWND);
DECLARE_WIREM_HANDLE(HMONITOR);
typedef HICON HCURSOR;
typedef HICON HCURSOR;
...
...
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