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
c1503a25
Commit
c1503a25
authored
Mar 29, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Apr 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Remove some leftover test debug output.
parent
ab7630fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
dsurface.c
dlls/ddraw/tests/dsurface.c
+0
-2
No files found.
dlls/ddraw/tests/dsurface.c
View file @
c1503a25
...
@@ -1504,7 +1504,6 @@ static void CubeMapTest(void)
...
@@ -1504,7 +1504,6 @@ static void CubeMapTest(void)
IDirectDrawSurface7_EnumAttachedSurfaces
(
cubemap
,
IDirectDrawSurface7_EnumAttachedSurfaces
(
cubemap
,
&
num
,
&
num
,
CubeTestLvl1Enum
);
CubeTestLvl1Enum
);
trace
(
"Enumerated %d surfaces in total
\n
"
,
num
);
ok
(
num
==
6
,
"Surface has %d attachments
\n
"
,
num
);
ok
(
num
==
6
,
"Surface has %d attachments
\n
"
,
num
);
IDirectDrawSurface7_Release
(
cubemap
);
IDirectDrawSurface7_Release
(
cubemap
);
...
@@ -2110,7 +2109,6 @@ static void SizeTest(void)
...
@@ -2110,7 +2109,6 @@ static void SizeTest(void)
desc
.
dwSize
=
sizeof
(
desc
);
desc
.
dwSize
=
sizeof
(
desc
);
desc
.
dwFlags
=
DDSD_CAPS
;
desc
.
dwFlags
=
DDSD_CAPS
;
desc
.
ddsCaps
.
dwCaps
|=
DDSCAPS_OFFSCREENPLAIN
;
desc
.
ddsCaps
.
dwCaps
|=
DDSCAPS_OFFSCREENPLAIN
;
trace
(
"before offscreenplain create dsurface = %p
\n
"
,
dsurface
);
ret
=
IDirectDraw_CreateSurface
(
lpDD
,
&
desc
,
&
dsurface
,
NULL
);
ret
=
IDirectDraw_CreateSurface
(
lpDD
,
&
desc
,
&
dsurface
,
NULL
);
ok
(
ret
==
DDERR_INVALIDPARAMS
,
"Creating an offscreen plain surface without a size info returned %08x (dsurface=%p)
\n
"
,
ret
,
dsurface
);
ok
(
ret
==
DDERR_INVALIDPARAMS
,
"Creating an offscreen plain surface without a size info returned %08x (dsurface=%p)
\n
"
,
ret
,
dsurface
);
if
(
dsurface
)
if
(
dsurface
)
...
...
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