Alexandre Julliard : wined3d: Make the virtual table functions static where possible.
Module: wine Branch: refs/heads/master Commit: e9cbc66e933990dd79ce4bded76077f666d81d22 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e9cbc66e933990dd79ce4bde... Author: Alexandre Julliard <julliard(a)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=e9cbc66e933990dd79ce...
participants (1)
-
Alexandre Julliard