ChangeSet ID: 9152
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/29 19:27:08
Modified files:
programs/winecfg: winecfg.h winecfg.c main.c En.rc
Log message:
Mike Hearn <mike(a)theoretic.com>
- Correct return code of loadConfig().
- Make the registry key used a constant.
- Made code slightly more consistant with itself.
- Some style changes, expanding out variable names, whitespace,
removing unnecessary variable initializers and hungarian notation etc.
- Replace dialog box with a FIXME in WinMain() to warn of
incompleteness.
- Implement saveConfigValue().
- Hook up support for save/load of WinVer.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9152
Old revision New revision Changes Path
1.1 1.2 +2 -0 wine/programs/winecfg/winecfg.h
1.4 1.5 +93 -42 wine/programs/winecfg/winecfg.c
1.3 1.4 +38 -14 wine/programs/winecfg/main.c
1.2 1.3 +4 -4 wine/programs/winecfg/En.rc
ChangeSet ID: 9148
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/29 19:13:34
Modified files:
dlls/gdi/mfdrv : dc.c
Log message:
Warren Baird <Warren_Baird(a)cimmetry.com>
Save the ext alignment information in a 8-bytes metarecord as it
should be.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9148
Old revision New revision Changes Path
1.3 1.4 +1 -1 wine/dlls/gdi/mfdrv/dc.c