ChangeSet ID: 10037777140635063508525491 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/10/22 15:08:34
Modified files: controls : scroll.c dlls/ttydrv : wnd.c dlls/user : message.c user_main.c dlls/x11drv : window.c winpos.c x11drv.spec include : user.h win.h include/wine : server_protocol.h server : protocol.def request.h trace.c window.c windows : defwnd.c win.c winpos.c
Log message: Store in the server all the window information accessible with Get/SetWindowLong.
Patch: http://cvs.winehq.com/patch.py?id=10037777140635063508525491
Revision Changes Path 1.49 +14 -22 wine/controls/scroll.c 1.17 +2 -6 wine/dlls/ttydrv/wnd.c 1.10 +9 -4 wine/dlls/user/message.c 1.36 +0 -1 wine/dlls/user/user_main.c 1.28 +39 -85 wine/dlls/x11drv/window.c 1.31 +123 -109 wine/dlls/x11drv/winpos.c 1.25 +0 -1 wine/dlls/x11drv/x11drv.spec 1.33 +4 -3 wine/include/user.h 1.63 +2 -1 wine/include/win.h 1.15 +41 -1 wine/include/wine/server_protocol.h 1.15 +34 -0 wine/server/protocol.def 1.58 +4 -0 wine/server/request.h 1.111 +45 -2 wine/server/trace.c 1.7 +61 -3 wine/server/window.c 1.68 +2 -6 wine/windows/defwnd.c 1.164 +457 -238 wine/windows/win.c 1.125 +33 -17 wine/windows/winpos.c