Module: wine Branch: refs/heads/master Commit: c30d4ecd81be644ce70ab7b1b2636a9d9017f538 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c30d4ecd81be644ce70ab7b1...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Jun 10 11:51:05 2006 +0200
d3d9: Make the virtual table functions static where possible.
---
dlls/d3d9/basetexture.c | 32 ++++---- dlls/d3d9/cubetexture.c | 46 ++++++----- dlls/d3d9/d3d9_private.h | 105 -------------------------- dlls/d3d9/device.c | 166 +++++++++++++++++++++-------------------- dlls/d3d9/directx.c | 32 ++++---- dlls/d3d9/indexbuffer.c | 30 ++++--- dlls/d3d9/pixelshader.c | 12 +-- dlls/d3d9/query.c | 18 ++-- dlls/d3d9/resource.c | 22 +++-- dlls/d3d9/stateblock.c | 14 ++- dlls/d3d9/surface.c | 34 ++++---- dlls/d3d9/swapchain.c | 22 +++-- dlls/d3d9/texture.c | 46 ++++++----- dlls/d3d9/vertexbuffer.c | 30 ++++--- dlls/d3d9/vertexdeclaration.c | 12 +-- dlls/d3d9/vertexshader.c | 12 +-- dlls/d3d9/volume.c | 24 +++--- dlls/d3d9/volumetexture.c | 46 ++++++----- 18 files changed, 299 insertions(+), 404 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=c30d4ecd81be644ce70a...