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
79b8de12
Commit
79b8de12
authored
Apr 12, 2010
by
Christian Costa
Committed by
Alexandre Julliard
Apr 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36/tests: Move surface tests into surface.c.
parent
67f43418
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.in
dlls/d3dx9_36/tests/Makefile.in
+1
-1
surface.c
dlls/d3dx9_36/tests/surface.c
+2
-2
No files found.
dlls/d3dx9_36/tests/Makefile.in
View file @
79b8de12
...
...
@@ -13,7 +13,7 @@ C_SRCS = \
math.c
\
mesh.c
\
shader.c
\
textur
e.c
surfac
e.c
RC_SRCS
=
rsrc.rc
...
...
dlls/d3dx9_36/tests/
textur
e.c
→
dlls/d3dx9_36/tests/
surfac
e.c
View file @
79b8de12
/*
* Tests for the D3DX9
textur
e functions
* Tests for the D3DX9
surfac
e functions
*
* Copyright 2009 Tony Wasserka
*
...
...
@@ -489,7 +489,7 @@ static void test_D3DXLoadSurface(IDirect3DDevice9 *device)
if
(
testbitmap_ok
)
DeleteFileA
(
"testbitmap.bmp"
);
}
START_TEST
(
textur
e
)
START_TEST
(
surfac
e
)
{
HWND
wnd
;
IDirect3D9
*
d3d
;
...
...
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