ChangeSet ID: 10144 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/20 16:04:14
Modified files: dlls/comctl32 : updown.c treeview.c tooltips.c toolbar.c tab.c status.c pager.c monthcal.c ipaddress.c hotkey.c header.c datetime.c comboex.c animate.c
Log message: Dimitrie O. Paun dpaun@rogers.com Make the controls send notifications to the parent window passed to them in CREATESTRUCT. Based on a treeview patch by Igor Grahek.
Patch: http://cvs.winehq.com/patch.py?id=10144
Old revision New revision Changes Path 1.55 1.56 +7 -8 wine/dlls/comctl32/updown.c 1.132 1.133 +3 -3 wine/dlls/comctl32/treeview.c 1.60 1.61 +10 -16 wine/dlls/comctl32/tooltips.c 1.143 1.144 +5 -9 wine/dlls/comctl32/toolbar.c 1.88 1.89 +8 -4 wine/dlls/comctl32/tab.c 1.63 1.64 +11 -9 wine/dlls/comctl32/status.c 1.45 1.46 +8 -5 wine/dlls/comctl32/pager.c 1.42 1.43 +9 -6 wine/dlls/comctl32/monthcal.c 1.34 1.35 +6 -4 wine/dlls/comctl32/ipaddress.c 1.27 1.28 +3 -1 wine/dlls/comctl32/hotkey.c 1.61 1.62 +2 -2 wine/dlls/comctl32/header.c 1.41 1.42 +8 -8 wine/dlls/comctl32/datetime.c 1.67 1.68 +10 -10 wine/dlls/comctl32/comboex.c 1.51 1.52 +26 -23 wine/dlls/comctl32/animate.c