ChangeSet ID: 18858
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/12 12:56:03
Modified files:
dlls/msi : files.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
When working toward install on demand support we need to reset all the
constant values so that multiple install process do not get confused
by leftover values from the previous install.
Patch: http://cvs.winehq.org/patch.py?id=18858
Old revision New revision Changes Path
1.7 1.8 +5 -0 wine/dlls/msi/files.c
ChangeSet ID: 18853
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/12 12:02:47
Modified files:
dlls/wined3d : surface.c drawprim.c device.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Implement UpdateTexture and UpdateSurface in wined3d.
Allow NULL members of WINED3DSURFACE_DESC to be set to Surface_GetDesc
so that the whole structure doesn't have to be filled just to get back
one value.
Patch: http://cvs.winehq.org/patch.py?id=18853
Old revision New revision Changes Path
1.14 1.15 +17 -19 wine/dlls/wined3d/surface.c
1.13 1.14 +8 -7 wine/dlls/wined3d/drawprim.c
1.43 1.44 +206 -5 wine/dlls/wined3d/device.c