Alexandre Julliard : d3d8: Make the virtual table functions static where possible.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Jun 10 06:24:56 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: c3bd09e563a6a6b0864c4a788f700c3f7e63851a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=c3bd09e563a6a6b0864c4a788f700c3f7e63851a

Author: Alexandre Julliard <julliard at 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=c3bd09e563a6a6b0864c4a788f700c3f7e63851a



More information about the wine-cvs mailing list