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
79662e2a
Commit
79662e2a
authored
Mar 19, 2010
by
Vincent Povirk
Committed by
Alexandre Julliard
Mar 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add definition for IWICBitmapClipper.
parent
8ff7238a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
wincodec.idl
include/wincodec.idl
+11
-1
No files found.
include/wincodec.idl
View file @
79662e2a
...
...
@@ -178,7 +178,6 @@ cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
cpp_quote
(
"#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c"
)
interface
IWICPalette
;
interface
IWICBitmapClipper
;
interface
IWICBitmapFlipRotator
;
interface
IWICColorContext
;
interface
IWICColorTransform
;
...
...
@@ -645,6 +644,17 @@ interface IWICBitmapScaler : IWICBitmapSource
[
in
]
WICBitmapInterpolationMode
mode
)
;
}
[
object
,
uuid
(
e4fbcf03
-223d-4
e81
-
9333
-
d635556dd1b5
)
]
interface
IWICBitmapClipper
:
IWICBitmapSource
{
HRESULT
Initialize
(
[
in
]
IWICBitmapSource
*
pISource
,
[
in
]
const
WICRect
*
prc
)
;
}
cpp_quote
(
"DEFINE_GUID(CLSID_WICImagingFactory, 0xcacaf262,0x9370,0x4615,0xa1,0x3b,0x9f,0x55,0x39,0xda,0x4c,0x0a);"
)
[
...
...
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