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
2e48bdd1
Commit
2e48bdd1
authored
Mar 01, 2010
by
Christian Costa
Committed by
Alexandre Julliard
Mar 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw/tests: Fix typos.
parent
feaf2904
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
d3d.c
dlls/ddraw/tests/d3d.c
+2
-2
No files found.
dlls/ddraw/tests/d3d.c
View file @
2e48bdd1
...
...
@@ -3184,8 +3184,8 @@ static void SetRenderTargetTest(void)
ok
(
vp
.
dwY
==
10
,
"vp.dwY is %u, expected 10
\n
"
,
vp
.
dwY
);
ok
(
vp
.
dwWidth
==
246
,
"vp.dwWidth is %u, expected 246
\n
"
,
vp
.
dwWidth
);
ok
(
vp
.
dwHeight
==
246
,
"vp.dwHeight is %u, expected 246
\n
"
,
vp
.
dwHeight
);
ok
(
vp
.
dvMinZ
==
0
.
25
,
"vp.dvMinZ is %f, expected 0.
1
\n
"
,
vp
.
dvMinZ
);
ok
(
vp
.
dvMaxZ
==
0
.
75
,
"vp.dvMaxZ is %f, expected 0.
9
\n
"
,
vp
.
dvMaxZ
);
ok
(
vp
.
dvMinZ
==
0
.
25
,
"vp.dvMinZ is %f, expected 0.
25
\n
"
,
vp
.
dvMinZ
);
ok
(
vp
.
dvMaxZ
==
0
.
75
,
"vp.dvMaxZ is %f, expected 0.
75
\n
"
,
vp
.
dvMaxZ
);
memset
(
&
vp
,
0
,
sizeof
(
vp
));
vp
.
dwX
=
0
;
...
...
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