ChangeSet ID: 14575 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/11/24 12:43:19
Modified files: windows : winproc.c win.c timer.c defdlg.c class.c dlls/user : winproc.h
Log message: Changed winproc allocation to be based only on the procedure address, to avoid the need to keep track of winprocs for each window and class.
Patch: http://cvs.winehq.org/patch.py?id=14575
Old revision New revision Changes Path 1.121 1.122 +150 -223 wine/windows/winproc.c 1.250 1.251 +2 -3 wine/windows/win.c 1.44 1.45 +1 -2 wine/windows/timer.c 1.35 1.36 +0 -1 wine/windows/defdlg.c 1.65 1.66 +7 -18 wine/windows/class.c 1.9 1.10 +1 -10 wine/dlls/user/winproc.h