ChangeSet ID: 20446
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/27 04:34:24
Modified files:
dlls/ddraw : clipper.c
Log message:
The clip list is in screen coordinates so we need to map the result of
GetRandomRgn if the Windows version is win9x.
Patch: http://cvs.winehq.org/patch.py?id=20446
Old revision New revision Changes Path
1.2 1.3 +7 -0 wine/dlls/ddraw/clipper.c
ChangeSet ID: 20442
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/27 04:32:17
Modified files:
dlls/kernel : comm.c
Log message:
Alex Villacís Lasso <a_villacis(a)palosanto.com>
Tolerate ioctl failure in GetCommState() in order to be capable to use
softmodems.
Patch: http://cvs.winehq.org/patch.py?id=20442
Old revision New revision Changes Path
1.96 1.97 +11 -6 wine/dlls/kernel/comm.c
ChangeSet ID: 20438
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/26 11:42:18
Modified files:
dlls/riched20 : editor.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
When scrolling, first update the new position of the control before
calling UpdateWindow().
Patch: http://cvs.winehq.org/patch.py?id=20438
Old revision New revision Changes Path
1.54 1.55 +13 -10 wine/dlls/riched20/editor.c