ChangeSet ID: 5774
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/14 21:15:09
Modified files:
dlls/comctl32 : imagelist.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not merge image with garbage background. Based on a patch by Carlos
<clozano(a)andago.com>.
Patch: http://cvs.winehq.com/patch.py?id=5774
Old revision New revision Changes Path
1.61 1.62 +9 -13 wine/dlls/comctl32/imagelist.c
ChangeSet ID: 5771
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/14 20:24:03
Modified files:
tools/winapi : winapi_test
Log message:
Patrik Stridvall <ps(a)leissner.se>
Don't use a special header file for macros used in generated tests.
Have a copy in each generated file instead.
Patch: http://cvs.winehq.com/patch.py?id=5771
Old revision New revision Changes Path
1.4 1.5 +51 -1 wine/tools/winapi/winapi_test
ChangeSet ID: 5767
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/13 12:54:48
Modified files:
dlls/comctl32 : propsheet.c
Log message:
Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de>
Add function to get size of in-memory resource and used this function
to copy resource to writable memory.
Patch: http://cvs.winehq.com/patch.py?id=5767
Old revision New revision Changes Path
1.70 1.71 +147 -7 wine/dlls/comctl32/propsheet.c