Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2ea95f89
Commit
2ea95f89
authored
Sep 05, 2017
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windowscodecs: Implement IWICBitmapDecoder::CopyPalette in PNG decoder.
Signed-off-by:
Vincent Povirk
<
vincent@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b32c3243
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pngformat.c
dlls/windowscodecs/pngformat.c
+3
-3
No files found.
dlls/windowscodecs/pngformat.c
View file @
2ea95f89
...
...
@@ -857,10 +857,10 @@ static HRESULT WINAPI PngDecoder_GetDecoderInfo(IWICBitmapDecoder *iface,
}
static
HRESULT
WINAPI
PngDecoder_CopyPalette
(
IWICBitmapDecoder
*
iface
,
IWICPalette
*
p
IP
alette
)
IWICPalette
*
palette
)
{
FIXME
(
"(%p,%p): stub
\n
"
,
iface
,
pIP
alette
);
return
E_NOTIMPL
;
TRACE
(
"(%p,%p)
\n
"
,
iface
,
p
alette
);
return
WINCODEC_ERR_PALETTEUNAVAILABLE
;
}
static
HRESULT
WINAPI
PngDecoder_GetMetadataQueryReader
(
IWICBitmapDecoder
*
iface
,
...
...
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