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
59987bc9
Commit
59987bc9
authored
Apr 17, 2020
by
Ziqing Hui
Committed by
Alexandre Julliard
Apr 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Remove duplicate ImageList_DrawIndirect() tests.
Signed-off-by:
Ziqing Hui
<
zhui@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
dcc6a143
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
imagelist.c
dlls/comctl32/tests/imagelist.c
+0
-4
No files found.
dlls/comctl32/tests/imagelist.c
View file @
59987bc9
...
@@ -1580,10 +1580,6 @@ static void test_ImageList_DrawIndirect(void)
...
@@ -1580,10 +1580,6 @@ static void test_ImageList_DrawIndirect(void)
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_NORMAL
,
0x00ABCDEF
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_NORMAL
,
0x00ABCDEF
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_TRANSPARENT
,
0x00ABCDEF
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_TRANSPARENT
,
0x00ABCDEF
,
__LINE__
);
todo_wine
check_ImageList_DrawIndirect_broken
(
hdcDst
,
himl
,
bits
,
iAlphaImage
,
ILD_BLEND25
,
ILS_NORMAL
,
0
,
0xFFE8F1FA
,
0xFFD4D9DD
,
__LINE__
);
if
(
bpp
==
16
||
bpp
==
24
)
broken_value
=
0xFFD4D9DD
;
else
broken_value
=
0xFFB4BDC4
;
todo_wine
check_ImageList_DrawIndirect_broken
(
hdcDst
,
himl
,
bits
,
iAlphaImage
,
ILD_BLEND50
,
ILS_NORMAL
,
0
,
0xFFE8F1FA
,
broken_value
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_MASK
,
0x00ABCDEF
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_MASK
,
0x00ABCDEF
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_IMAGE
,
0x00ABCDEF
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_IMAGE
,
0x00ABCDEF
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_PRESERVEALPHA
,
0x00ABCDEF
,
__LINE__
);
check_ImageList_DrawIndirect_fStyle
(
hdcDst
,
himl
,
bits
,
iImage
,
ILD_PRESERVEALPHA
,
0x00ABCDEF
,
__LINE__
);
...
...
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