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
2210b9a6
Commit
2210b9a6
authored
May 27, 2010
by
Henri Verbeet
Committed by
Alexandre Julliard
May 27, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9/tests: Fix a typo.
parent
6f57aabc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
visual.c
dlls/d3d9/tests/visual.c
+2
-2
No files found.
dlls/d3d9/tests/visual.c
View file @
2210b9a6
...
...
@@ -1207,7 +1207,7 @@ static void test_cube_wrap(IDirect3DDevice9 *device)
DWORD
*
ptr
=
(
DWORD
*
)(((
BYTE
*
)
locked_rect
.
pBits
)
+
(
y
*
locked_rect
.
Pitch
));
for
(
x
=
0
;
x
<
64
;
++
x
)
{
*
ptr
++
=
0xff0000
dd
;
*
ptr
++
=
0xff0000
ff
;
}
for
(
x
=
64
;
x
<
128
;
++
x
)
{
...
...
@@ -1289,7 +1289,7 @@ static void test_cube_wrap(IDirect3DDevice9 *device)
ok
(
SUCCEEDED
(
hr
),
"EndScene failed (0x%08x)
\n
"
,
hr
);
color
=
getPixelColor
(
device
,
320
,
240
);
ok
(
color_match
(
color
,
D3DCOLOR_ARGB
(
0x00
,
0x00
,
0x00
,
0xff
),
1
1
),
ok
(
color_match
(
color
,
D3DCOLOR_ARGB
(
0x00
,
0x00
,
0x00
,
0xff
),
1
),
"Got color 0x%08x for addressing mode %s, expected 0x000000ff.
\n
"
,
color
,
address_modes
[
x
].
name
);
...
...
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