ChangeSet ID: 982634048192263409029692
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/19 20:54:08
Modified files:
windows : clipboard.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
We need to give room for the null termination when translating the
clipboard text.
Patch: http://cvs.winehq.com/patch.py?id=982634048192263409029692
Revision Changes Path
1.36 +2 -2 wine/windows/clipboard.c
ChangeSet ID: 982633992629517836496234
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/19 20:53:12
Modified files:
controls : combo.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Restructure PaintText code to remove FillRect from owner-drawn path.
- Change SetFocus to indicate focus set only after Notify is sent to owner.
- Get more info in a trace.
Patch: http://cvs.winehq.com/patch.py?id=982633992629517836496234
Revision Changes Path
1.64 +23 -15 wine/controls/combo.c