Module: wine Branch: refs/heads/master Commit: c3bd09e563a6a6b0864c4a788f700c3f7e63851a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c3bd09e563a6a6b0864c4a78...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Jun 10 11:48:24 2006 +0200
d3d8: Make the virtual table functions static where possible.
---
dlls/d3d8/basetexture.c | 28 +++--- dlls/d3d8/cubetexture.c | 38 ++++----- dlls/d3d8/d3d8_private.h | 5 - dlls/d3d8/device.c | 196 +++++++++++++++++++++++---------------------- dlls/d3d8/directx.c | 34 ++++---- dlls/d3d8/indexbuffer.c | 28 +++--- dlls/d3d8/pixelshader.c | 10 +- dlls/d3d8/resource.c | 20 ++--- dlls/d3d8/stateblock.c | 12 +-- dlls/d3d8/surface.c | 22 +++-- dlls/d3d8/swapchain.c | 10 +- dlls/d3d8/texture.c | 38 ++++----- dlls/d3d8/vertexbuffer.c | 28 +++--- dlls/d3d8/vertexshader.c | 10 +- dlls/d3d8/volume.c | 24 +++--- dlls/d3d8/volumetexture.c | 38 ++++----- 16 files changed, 268 insertions(+), 273 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=c3bd09e563a6a6b0864c...