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
00028b0c
Commit
00028b0c
authored
May 08, 2007
by
Detlef Riekenberg
Committed by
Alexandre Julliard
May 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw/tests: Fix typos in messages.
parent
6604181c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dsurface.c
dlls/ddraw/tests/dsurface.c
+3
-3
No files found.
dlls/ddraw/tests/dsurface.c
View file @
00028b0c
...
...
@@ -1810,9 +1810,9 @@ static void SizeTest(void)
dsurface
=
NULL
;
ok
(
desc
.
dwFlags
&
DDSD_WIDTH
,
"Primary surface doesn't have width set
\n
"
);
ok
(
desc
.
dwFlags
&
DDSD_HEIGHT
,
"Primary surface doesn't have hight set
\n
"
);
ok
(
desc
.
dwWidth
==
GetSystemMetrics
(
SM_CXSCREEN
),
"Surface
Width differs from screen W
idth
\n
"
);
ok
(
desc
.
dwHeight
==
GetSystemMetrics
(
SM_CYSCREEN
),
"Surface
Width differs from screen Width
\n
"
);
ok
(
desc
.
dwFlags
&
DDSD_HEIGHT
,
"Primary surface doesn't have h
e
ight set
\n
"
);
ok
(
desc
.
dwWidth
==
GetSystemMetrics
(
SM_CXSCREEN
),
"Surface
width differs from screen w
idth
\n
"
);
ok
(
desc
.
dwHeight
==
GetSystemMetrics
(
SM_CYSCREEN
),
"Surface
height differs from screen height
\n
"
);
}
ret
=
IDirectDraw_SetCooperativeLevel
(
lpDD
,
NULL
,
DDSCL_NORMAL
);
ok
(
ret
==
DD_OK
,
"SetCooperativeLevel failed with %08x
\n
"
,
ret
);
...
...
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