ChangeSet ID: 20657
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/10 13:00:52
Modified files:
dlls/riched20 : editor.c
Log message:
Krzysztof Foltman <wdev(a)foltman.com>
The previous implementation was a workaround for off-by-one bug in
ME_RunOfsFromCharOfs, this one relies on correct behavior of that
function introduced by the previous patch.
Patch: http://cvs.winehq.org/patch.py?id=20657
Old revision New revision Changes Path
1.61 1.62 +6 -1 wine/dlls/riched20/editor.c
ChangeSet ID: 20651
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/10 05:44:54
Modified files:
dlls/quartz : videorenderer.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Make window uses black brush for background.
Check format type of video stream.
Patch: http://cvs.winehq.org/patch.py?id=20651
Old revision New revision Changes Path
1.16 1.17 +14 -5 wine/dlls/quartz/videorenderer.c