ChangeSet ID: 1005690229526658676564693 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/11/13 17:23:50
Modified files: include/wine : server_protocol.h server : protocol.def queue.c request.h trace.c unicode.h user.h window.c windows : defwnd.c painting.c win.c
Log message: Store the window caption text in the server. Maintain a paint count separately for each window.
Patch: http://cvs.winehq.com/patch.py?id=1005690229526658676564693
Revision Changes Path 1.18 +34 -12 wine/include/wine/server_protocol.h 1.18 +22 -7 wine/server/protocol.def 1.18 +18 -25 wine/server/queue.c 1.59 +6 -2 wine/server/request.h 1.114 +33 -9 wine/server/trace.c 1.7 +2 -0 wine/server/unicode.h 1.4 +2 -0 wine/server/user.h 1.9 +59 -1 wine/server/window.c 1.69 +26 -6 wine/windows/defwnd.c 1.62 +3 -3 wine/windows/painting.c 1.168 +71 -9 wine/windows/win.c