ChangeSet ID: 17789 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/27 15:17:37
Modified files: include : objbase.h dlls/ddraw/dsurface: user.c thunks.h thunks.c main.h main.c hal.c gamma.c fakezbuffer.c dib.c dlls/ddraw/dpalette: main.c hal.c dlls/ddraw/direct3d: mesa.c dlls/ddraw/ddraw: user.c thunks.c main.c hal.c dlls/ddraw/dclipper: main.c dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : main.c d3dviewport.c d3dvertexbuffer.c d3dtexture.c d3dmaterial.c d3dlight.c d3dexecutebuffer.c dlls/d3dxof : main.c d3dxof_private.h d3dxof.c dlls/d3dx8 : d3dxbuffer.c d3dx8core_private.h dlls/d3d9 : volumetexture.c volume.c vertexshader.c vertexdeclaration.c vertexbuffer.c texture.c swapchain.c surface.c stateblock.c resource.c query.c pixelshader.c indexbuffer.c directx.c device.c d3d9_private.h cubetexture.c basetexture.c dlls/d3d8 : volumetexture.c volume.c vertexbuffer.c texture.c swapchain.c surface.c resource.c indexbuffer.c directx.c device.c d3d8_private.h cubetexture.c basetexture.c dlls/commdlg : filedlgbrowser.c dlls/comcat : register.c manager.c information.c factory.c comcat_private.h dlls/avifil32 : wavfile.c tmpfile.c icmstream.c getframe.c factory.c editstream.c avifile.c acmstream.c dlls/atl : registrar.c dlls/amstream : main.c amstream.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Make some of the OLE interface vtables const.
Patch: http://cvs.winehq.org/patch.py?id=17789
Old revision New revision Changes Path 1.58 1.59 +2 -2 wine/include/objbase.h 1.18 1.19 +4 -2 wine/dlls/ddraw/dsurface/user.c 1.3 1.4 +1 -1 wine/dlls/ddraw/dsurface/thunks.h 1.10 1.11 +3 -1 wine/dlls/ddraw/dsurface/thunks.c 1.7 1.8 +1 -1 wine/dlls/ddraw/dsurface/main.h 1.65 1.66 +2 -0 wine/dlls/ddraw/dsurface/main.c 1.10 1.11 +5 -2 wine/dlls/ddraw/dsurface/hal.c 1.6 1.7 +3 -1 wine/dlls/ddraw/dsurface/gamma.c 1.17 1.18 +5 -2 wine/dlls/ddraw/dsurface/fakezbuffer.c 1.49 1.50 +5 -2 wine/dlls/ddraw/dsurface/dib.c 1.12 1.13 +4 -2 wine/dlls/ddraw/dpalette/main.c 1.5 1.6 +4 -2 wine/dlls/ddraw/dpalette/hal.c 1.36 1.37 +7 -4 wine/dlls/ddraw/direct3d/mesa.c 1.25 1.26 +5 -2 wine/dlls/ddraw/ddraw/user.c 1.15 1.16 +5 -3 wine/dlls/ddraw/ddraw/thunks.c 1.59 1.60 +8 -5 wine/dlls/ddraw/ddraw/main.c 1.17 1.18 +4 -2 wine/dlls/ddraw/ddraw/hal.c 1.16 1.17 +4 -2 wine/dlls/ddraw/dclipper/main.c 1.170 1.171 +7 -4 wine/dlls/ddraw/d3ddevice/mesa.c 1.49 1.50 +1 -1 wine/dlls/ddraw/main.c 1.28 1.29 +4 -1 wine/dlls/ddraw/d3dviewport.c 1.21 1.22 +4 -2 wine/dlls/ddraw/d3dvertexbuffer.c 1.69 1.70 +5 -2 wine/dlls/ddraw/d3dtexture.c 1.20 1.21 +6 -3 wine/dlls/ddraw/d3dmaterial.c 1.22 1.23 +4 -1 wine/dlls/ddraw/d3dlight.c 1.43 1.44 +4 -1 wine/dlls/ddraw/d3dexecutebuffer.c 1.8 1.9 +1 -1 wine/dlls/d3dxof/main.c 1.3 1.4 +2 -0 wine/dlls/d3dxof/d3dxof_private.h 1.7 1.8 +14 -14 wine/dlls/d3dxof/d3dxof.c 1.7 1.8 +1 -1 wine/dlls/d3dx8/d3dxbuffer.c 1.4 1.5 +4 -4 wine/dlls/d3dx8/d3dx8core_private.h 1.12 1.13 +1 -1 wine/dlls/d3d9/volumetexture.c 1.12 1.13 +1 -1 wine/dlls/d3d9/volume.c 1.8 1.9 +1 -1 wine/dlls/d3d9/vertexshader.c 1.9 1.10 +1 -1 wine/dlls/d3d9/vertexdeclaration.c 1.11 1.12 +1 -1 wine/dlls/d3d9/vertexbuffer.c 1.14 1.15 +1 -1 wine/dlls/d3d9/texture.c 1.7 1.8 +1 -1 wine/dlls/d3d9/swapchain.c 1.15 1.16 +1 -1 wine/dlls/d3d9/surface.c 1.7 1.8 +1 -1 wine/dlls/d3d9/stateblock.c 1.10 1.11 +1 -1 wine/dlls/d3d9/resource.c 1.9 1.10 +1 -1 wine/dlls/d3d9/query.c 1.8 1.9 +1 -1 wine/dlls/d3d9/pixelshader.c 1.10 1.11 +1 -1 wine/dlls/d3d9/indexbuffer.c 1.19 1.20 +1 -1 wine/dlls/d3d9/directx.c 1.23 1.24 +1 -1 wine/dlls/d3d9/device.c 1.15 1.16 +34 -34 wine/dlls/d3d9/d3d9_private.h 1.13 1.14 +1 -1 wine/dlls/d3d9/cubetexture.c 1.10 1.11 +1 -1 wine/dlls/d3d9/basetexture.c 1.18 1.19 +1 -1 wine/dlls/d3d8/volumetexture.c 1.15 1.16 +1 -1 wine/dlls/d3d8/volume.c 1.10 1.11 +1 -1 wine/dlls/d3d8/vertexbuffer.c 1.20 1.21 +1 -1 wine/dlls/d3d8/texture.c 1.11 1.12 +1 -1 wine/dlls/d3d8/swapchain.c 1.43 1.44 +1 -1 wine/dlls/d3d8/surface.c 1.11 1.12 +1 -1 wine/dlls/d3d8/resource.c 1.11 1.12 +1 -1 wine/dlls/d3d8/indexbuffer.c 1.87 1.88 +1 -1 wine/dlls/d3d8/directx.c 1.124 1.125 +1 -1 wine/dlls/d3d8/device.c 1.61 1.62 +32 -32 wine/dlls/d3d8/d3d8_private.h 1.19 1.20 +1 -1 wine/dlls/d3d8/cubetexture.c 1.14 1.15 +1 -1 wine/dlls/d3d8/basetexture.c 1.52 1.53 +9 -9 wine/dlls/commdlg/filedlgbrowser.c 1.6 1.7 +1 -1 wine/dlls/comcat/register.c 1.6 1.7 +5 -5 wine/dlls/comcat/manager.c 1.15 1.16 +11 -11 wine/dlls/comcat/information.c 1.8 1.9 +1 -1 wine/dlls/comcat/factory.c 1.7 1.8 +7 -7 wine/dlls/comcat/comcat_private.h 1.17 1.18 +6 -6 wine/dlls/avifil32/wavfile.c 1.8 1.9 +2 -2 wine/dlls/avifil32/tmpfile.c 1.15 1.16 +2 -2 wine/dlls/avifil32/icmstream.c 1.15 1.16 +2 -2 wine/dlls/avifil32/getframe.c 1.17 1.18 +2 -2 wine/dlls/avifil32/factory.c 1.12 1.13 +6 -6 wine/dlls/avifil32/editstream.c 1.53 1.54 +6 -6 wine/dlls/avifil32/avifile.c 1.16 1.17 +2 -2 wine/dlls/avifil32/acmstream.c 1.6 1.7 +2 -2 wine/dlls/atl/registrar.c 1.6 1.7 +1 -1 wine/dlls/amstream/main.c 1.8 1.9 +2 -2 wine/dlls/amstream/amstream.c