Module: wine Branch: master Commit: e84b8b23f839cf5a73298ae052a5f9ffbd5ab999 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e84b8b23f839cf5a73298ae052...
Author: Tony Wasserka tony.wasserka@freenet.de Date: Fri Mar 14 14:12:30 2008 +0100
d3dx9: Add stubs for the ID3DXFont functions.
---
dlls/d3dx9_36/Makefile.in | 3 +- dlls/d3dx9_36/d3dx9_36.spec | 8 +- dlls/d3dx9_36/d3dx9_36_main.c | 1 + dlls/d3dx9_36/d3dx9_36_private.h | 40 ++++++ dlls/d3dx9_36/font.c | 268 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 315 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e84b8b23f839cf5a73298a...