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
ChangeSet ID: 1020375350359206108682887
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/05/02 16:35:50
Modified files:
dlls/comctl32 : status.c
Log message:
Bill Medland <medbi01(a)accpac.com>
Moved drawing of owner-drawn parts to after the background and edge.
Also added some indentation to the code.
Patch: http://cvs.winehq.com/patch.py?id=1020375350359206108682887
Revision Changes Path
1.44 +43 -50 wine/dlls/comctl32/status.c