ChangeSet ID: 10017
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/10 18:27:28
Modified files:
graphics : path.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We need to set the WorldTransform to the identity before stroking or
filling the path.
Fixed a memory leak.
Patch: http://cvs.winehq.com/patch.py?id=10017
Old revision New revision Changes Path
1.36 1.37 +9 -2 wine/graphics/path.c
ChangeSet ID: 10015
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/10 18:26:53
Modified files:
controls : edit.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We need to invalidate the replaced text region before calling
EM_ScrollCaret as this may call ScrollWindow. Previously newly added
lines were not displayed if the edit needed to scroll.
Patch: http://cvs.winehq.com/patch.py?id=10015
Old revision New revision Changes Path
1.123 1.124 +7 -6 wine/controls/edit.c