ChangeSet ID: 16559 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/03/11 04:25:30 Modified files: dlls/d3d9 : vshaderdeclaration.c volumetexture.c volume.c vertexbuffer.c texture.c surface.c resource.c indexbuffer.c cubetexture.c basetexture.c Log message: Oliver Stieber <oliver_stieber(a)yahoo.co.uk> Change AddRef in queryInterface to IUnknown_AddRef. Move ppVoulme to d3d9voloumeimpl structure. Some minor stylistic changes (making everything the same). Patch: http://cvs.winehq.org/patch.py?id=16559 Old revision New revision Changes Path 1.5 1.6 +1 -1 wine/dlls/d3d9/vshaderdeclaration.c 1.10 1.11 +34 -10 wine/dlls/d3d9/volumetexture.c 1.10 1.11 +15 -5 wine/dlls/d3d9/volume.c 1.10 1.11 +17 -5 wine/dlls/d3d9/vertexbuffer.c 1.12 1.13 +20 -14 wine/dlls/d3d9/texture.c 1.13 1.14 +17 -5 wine/dlls/d3d9/surface.c 1.9 1.10 +11 -1 wine/dlls/d3d9/resource.c 1.9 1.10 +20 -8 wine/dlls/d3d9/indexbuffer.c 1.11 1.12 +45 -17 wine/dlls/d3d9/cubetexture.c 1.9 1.10 +17 -3 wine/dlls/d3d9/basetexture.c