Module: wine Branch: master Commit: 4d60b6633c341c4e49e5056715a2e3e047eef5ea URL: http://source.winehq.org/git/wine.git/?a=commit;h=4d60b6633c341c4e49e5056715... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Tue Dec 2 18:41:32 2008 +0100 wined3d: Rename basetexture functions to reflect that they're not COM functions. --- dlls/wined3d/basetexture.c | 40 ++++++++++++++++++++++++++-------------- dlls/wined3d/cubetexture.c | 24 ++++++++++++------------ dlls/wined3d/texture.c | 24 ++++++++++++------------ dlls/wined3d/volumetexture.c | 24 ++++++++++++------------ dlls/wined3d/wined3d_private.h | 29 +++++++++++++++-------------- 5 files changed, 77 insertions(+), 64 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4d60b6633c341c4e49e505...