ChangeSet ID: 13424
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/20 14:57:11
Modified files:
dlls/gdi : brush.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Return a stock brush when asking for a brush with the same
characteristics, as per native. Document the brush functions.
Patch: http://cvs.winehq.org/patch.py?id=13424
Old revision New revision Changes Path
1.1 1.2 +141 -30 wine/dlls/gdi/brush.c
ChangeSet ID: 13422
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/20 14:28:33
Modified files:
dlls/shell32 : shelllink.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
In IPersistFile_Save if the exe file is not found, trust the path we
are given and allow creation of the link.
Patch: http://cvs.winehq.org/patch.py?id=13422
Old revision New revision Changes Path
1.70 1.71 +8 -3 wine/dlls/shell32/shelllink.c