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

Alexandre Julliard julliard at wine.codeweavers.com
Sat Jun 10 06:26:41 CDT 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Jun 10 13:15:32 2006 +0200

wined3d: Make the virtual table functions static where possible.

---

 dlls/wined3d/cubetexture.c       |   58 ++++----
 dlls/wined3d/device.c            |  274 +++++++++++++++++++-------------------
 dlls/wined3d/directx.c           |   36 ++---
 dlls/wined3d/indexbuffer.c       |   30 ++--
 dlls/wined3d/palette.c           |   14 +-
 dlls/wined3d/pixelshader.c       |   14 +-
 dlls/wined3d/query.c             |   18 +-
 dlls/wined3d/stateblock.c        |   16 +-
 dlls/wined3d/surface.c           |   16 +-
 dlls/wined3d/surface_gdi.c       |    8 +
 dlls/wined3d/swapchain.c         |   26 ++--
 dlls/wined3d/texture.c           |   58 ++++----
 dlls/wined3d/vertexbuffer.c      |   30 ++--
 dlls/wined3d/vertexdeclaration.c |   16 +-
 dlls/wined3d/vertexshader.c      |   14 +-
 dlls/wined3d/volume.c            |   42 +++---
 dlls/wined3d/volumetexture.c     |   58 ++++----
 17 files changed, 364 insertions(+), 364 deletions(-)

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=e9cbc66e933990dd79ce4bded76077f666d81d22



More information about the wine-cvs mailing list