ChangeSet ID: 1012938294509500732645392
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/05 14:44:54
Modified files:
files : profile.c
Log message:
Gerhard Gruber <sparhawk(a)gmx.at>
WritePrivateProfileSection should allow to create duplicate keys
because it takes the buffer as it is without any modifications.
Patch: http://cvs.winehq.com/patch.py?id=1012938294509500732645392
Revision Changes Path
1.64 +24 -19 wine/files/profile.c
ChangeSet ID: 1012938271144199610222131
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/05 14:44:31
Modified files:
dlls/x11drv : scroll.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In X11DRV_ScrollDC only move pixels that are within the clip
rectangle, before and after they are scrolled.
Patch: http://cvs.winehq.com/patch.py?id=1012938271144199610222131
Revision Changes Path
1.6 +14 -19 wine/dlls/x11drv/scroll.c
ChangeSet ID: 1012938247679096970241517
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/05 14:44:07
Modified files:
objects : palette.c
Log message:
Dave Hawkes <daveh-wine(a)cadlink.com>
Fix for GetNearestColor so it returns the true color rather than the
system palette if the device does not support a palette.
Patch: http://cvs.winehq.com/patch.py?id=1012938247679096970241517
Revision Changes Path
1.41 +3 -0 wine/objects/palette.c