ChangeSet ID: 10263426540778540902110798
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/07/10 18:10:54
Modified files:
dlls/ddraw/dsurface: dib.c
Log message:
Fixed corruption when copying to the same surface (with the help of
Tony Lambregts and Lionel Ulmer).
Patch: http://cvs.winehq.com/patch.py?id=10263426540778540902110798
Revision Changes Path
1.12 +34 -6 wine/dlls/ddraw/dsurface/dib.c
ChangeSet ID: 102633307741277660087599
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/07/10 15:31:17
Modified files:
dlls/commdlg : fontdlg.c
Log message:
Shachar Shemesh <sun(a)consumer.org.il>
- Fixed access to the lpTemplateName of ChooseFont in cases where the
flags don't specify to use it.
- Do not try to convert the resource name from ANSI to Wide if it is a
result of MAKEINTRESOURCE (and therefore not a string).
Patch: http://cvs.winehq.com/patch.py?id=102633307741277660087599
Revision Changes Path
1.39 +2 -4 wine/dlls/commdlg/fontdlg.c