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
9422c193
Commit
9422c193
authored
Jan 23, 2012
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Use a better invalid color for the olepicture icon test.
parent
7c7c56e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
olepicture.c
dlls/oleaut32/tests/olepicture.c
+3
-3
No files found.
dlls/oleaut32/tests/olepicture.c
View file @
9422c193
...
@@ -675,9 +675,9 @@ static void test_Render(void)
...
@@ -675,9 +675,9 @@ static void test_Render(void)
IPicture_get_Width
(
pic
,
&
pWidth
);
IPicture_get_Width
(
pic
,
&
pWidth
);
IPicture_get_Height
(
pic
,
&
pHeight
);
IPicture_get_Height
(
pic
,
&
pHeight
);
SetPixelV
(
hdc
,
0
,
0
,
0x00
F0F0F0
);
SetPixelV
(
hdc
,
0
,
0
,
0x00
223344
);
SetPixelV
(
hdc
,
5
,
5
,
0x00
F0F0F0
);
SetPixelV
(
hdc
,
5
,
5
,
0x00
223344
);
SetPixelV
(
hdc
,
10
,
10
,
0x00
F0F0F0
);
SetPixelV
(
hdc
,
10
,
10
,
0x00
223344
);
expected
=
GetPixel
(
hdc
,
0
,
0
);
expected
=
GetPixel
(
hdc
,
0
,
0
);
hres
=
IPicture_Render
(
pic
,
hdc
,
1
,
1
,
9
,
9
,
0
,
0
,
pWidth
,
-
pHeight
,
NULL
);
hres
=
IPicture_Render
(
pic
,
hdc
,
1
,
1
,
9
,
9
,
0
,
0
,
pWidth
,
-
pHeight
,
NULL
);
...
...
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