ChangeSet ID: 998158107708802707493305 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/08/18 14:08:27
Modified files: dlls/ttydrv : ttydrv.spec user.c dlls/user : msg16.c dlls/x11drv : winpos.c include : user.h win.h windows : defdlg.c defwnd.c mdi.c message.c painting.c user.c win.c winpos.c windows/x11drv : clipboard.c
Log message: Removed a number of direct accesses to the window structure.
Patch: http://cvs.winehq.com/patch.py?id=998158107708802707493305
Revision Changes Path 1.17 +0 -1 wine/dlls/ttydrv/ttydrv.spec 1.9 +0 -7 wine/dlls/ttydrv/user.c 1.2 +1 -8 wine/dlls/user/msg16.c 1.17 +41 -39 wine/dlls/x11drv/winpos.c 1.28 +1 -1 wine/include/user.h 1.48 +2 -10 wine/include/win.h 1.18 +66 -52 wine/windows/defdlg.c 1.61 +178 -186 wine/windows/defwnd.c 1.83 +712 -1005 wine/windows/mdi.c 1.121 +10 -13 wine/windows/message.c 1.53 +10 -12 wine/windows/painting.c 1.81 +10 -16 wine/windows/user.c 1.142 +172 -241 wine/windows/win.c 1.113 +13 -17 wine/windows/winpos.c 1.35 +5 -7 wine/windows/x11drv/clipboard.c