ChangeSet ID: 7412
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/10 13:04:13
Modified files:
dlls/comctl32 : tab.c
Log message:
Mike Hearn <mike(a)theoretic.com>
It's not just height that can be set to the default by passing zero to
TCM_SETITEMSIZE, but also width.
Patch: http://cvs.winehq.com/patch.py?id=7412
Old revision New revision Changes Path
1.75 1.76 +2 -2 wine/dlls/comctl32/tab.c
ChangeSet ID: 7405
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/07 17:08:38
Modified files:
controls : scroll.c
Log message:
Andrew Johnston <johnstonam(a)logica.com>
Move keyboard event processing from WndProc code into the existing
helper.
Create a helper function for the create event and clean up code.
Remove macro for detecting invalid SCROLLINFO structures and make it
an inline function.
Patch: http://cvs.winehq.com/patch.py?id=7405
Old revision New revision Changes Path
1.63 1.64 +78 -61 wine/controls/scroll.c