[PATCH 3/5] d3d10core: Rename texture2d.c to texture.c.

Henri Verbeet hverbeet at codeweavers.com
Thu Oct 14 06:04:00 CDT 2010


---
 dlls/d3d10core/Makefile.in                |    2 +-
 dlls/d3d10core/{texture2d.c => texture.c} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename dlls/d3d10core/{texture2d.c => texture.c} (100%)

diff --git a/dlls/d3d10core/Makefile.in b/dlls/d3d10core/Makefile.in
index 8a7239c..4557741 100644
--- a/dlls/d3d10core/Makefile.in
+++ b/dlls/d3d10core/Makefile.in
@@ -10,7 +10,7 @@ C_SRCS = \
 	inputlayout.c \
 	shader.c \
 	state.c \
-	texture2d.c \
+	texture.c \
 	utils.c \
 	view.c
 
diff --git a/dlls/d3d10core/texture2d.c b/dlls/d3d10core/texture.c
similarity index 100%
rename from dlls/d3d10core/texture2d.c
rename to dlls/d3d10core/texture.c
-- 
1.7.2.2




More information about the wine-patches mailing list