ChangeSet ID: 1020537168779274456975148
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/05/04 13:32:48
Modified files:
graphics/x11drv: dib.c
Log message:
David Hammerton <david(a)transgaming.com>
In initial dibsection creation, the dibsection should always be in
appmod because the app memory is initialized to zero if no
offset/section is specified, while the DIBitmap is not.
Patch: http://cvs.winehq.com/patch.py?id=1020537168779274456975148
Revision Changes Path
1.92 +2 -10 wine/graphics/x11drv/dib.c
ChangeSet ID: 1020536794828702144864113
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/05/04 13:26:34
Modified files:
tools/wrc : newstruc.c
Log message:
Warren Baird <Warren_Baird(a)cimmetry.com>
Solve alignment problems by converting bitmap headers *after* they
have been copied into an aligned location, and then copying the
converted header back over the original header.
Patch: http://cvs.winehq.com/patch.py?id=1020536794828702144864113
Revision Changes Path
1.18 +18 -7 wine/tools/wrc/newstruc.c