Henri Verbeet : d3d10core: Rename texture2d.c to texture.c.

Alexandre Julliard julliard at winehq.org
Thu Oct 14 10:56:22 CDT 2010


Module: wine
Branch: master
Commit: 81c3f289a3c8768c9b98e859fc5749fc75538e30
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=81c3f289a3c8768c9b98e859fc5749fc75538e30

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Oct 14 13:04:00 2010 +0200

d3d10core: Rename texture2d.c to texture.c.

---

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

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




More information about the wine-cvs mailing list