ChangeSet ID: 15576 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/20 14:07:43
Modified files: windows : winpos.c win.c nonclient.c mdi.c dialog.c dlls/x11drv : winpos.c window.c event.c dlls/user : scroll.c menu.c
Log message: Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
Patch: http://cvs.winehq.org/patch.py?id=15576
Old revision New revision Changes Path 1.162 1.163 +21 -18 wine/windows/winpos.c 1.257 1.258 +16 -6 wine/windows/win.c 1.130 1.131 +21 -21 wine/windows/nonclient.c 1.143 1.144 +4 -3 wine/windows/mdi.c 1.140 1.141 +4 -4 wine/windows/dialog.c 1.111 1.112 +4 -3 wine/dlls/x11drv/winpos.c 1.88 1.89 +8 -10 wine/dlls/x11drv/window.c 1.41 1.42 +6 -6 wine/dlls/x11drv/event.c 1.3 1.4 +16 -17 wine/dlls/user/scroll.c 1.14 1.15 +13 -9 wine/dlls/user/menu.c