Module: wine Branch: master Commit: d72520b5cc587c8fcf8a599384a21b924072e781 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d72520b5cc587c8fcf8a599384...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jan 4 17:42:03 2011 +0100
wined3d: Remove IWineD3DBaseTexture::BindTexture() from the public interface.
---
dlls/wined3d/basetexture.c | 7 +- dlls/wined3d/cubetexture.c | 75 ++++++++++++---------- dlls/wined3d/device.c | 4 +- dlls/wined3d/state.c | 2 +- dlls/wined3d/surface.c | 8 ++- dlls/wined3d/texture.c | 135 +++++++++++++++++++++------------------- dlls/wined3d/volume.c | 3 +- dlls/wined3d/volumetexture.c | 37 ++++++----- dlls/wined3d/wined3d_private.h | 14 +++- include/wine/wined3d.idl | 3 - 10 files changed, 155 insertions(+), 133 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d72520b5cc587c8fcf8a59...