Module: wine Branch: master Commit: edef19f8d60d6ce089f1562a958925668f9d4e32 URL: http://source.winehq.org/git/wine.git/?a=commit;h=edef19f8d60d6ce089f1562a95...
Author: David Adam david.adam.cnrs@gmail.com Date: Fri Feb 6 12:04:37 2009 +0100
d3dx8: Move some functions into core.c to match the header file layout.
---
dlls/d3dx8/Makefile.in | 2 +- dlls/d3dx8/core.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/d3dx8/d3dx8_main.c | 75 ------------------------ dlls/d3dx8/d3dxbuffer.c | 93 ----------------------------- dlls/d3dx8/mesh.c | 15 +++++- 5 files changed, 163 insertions(+), 170 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=edef19f8d60d6ce089f156...