ChangeSet ID: 14725 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/07 11:31:53
Modified files: windows : win.c painting.c server : window.c trace.c request.h protocol.def include/wine : server_protocol.h include : win.h dlls/x11drv : x11drv.h winpos.c window.c dlls/user : painting.c dlls/ttydrv : wnd.c
Log message: Moved update region handling to the server.
Patch: http://cvs.winehq.org/patch.py?id=14725
Old revision New revision Changes Path 1.252 1.253 +1 -10 wine/windows/win.c 1.96 1.97 +0 -894 wine/windows/painting.c 1.35 1.36 +578 -31 wine/server/window.c 1.217 1.218 +42 -13 wine/server/trace.c 1.102 1.103 +6 -4 wine/server/request.h 1.112 1.113 +35 -9 wine/server/protocol.def 1.113 1.114 +55 -22 wine/include/wine/server_protocol.h 1.85 1.86 +8 -12 wine/include/win.h 1.36 1.37 +2 -1 wine/dlls/x11drv/x11drv.h 1.104 1.105 +153 -339 wine/dlls/x11drv/winpos.c 1.81 1.82 +12 -54 wine/dlls/x11drv/window.c 1.13 1.14 +384 -182 wine/dlls/user/painting.c 1.34 1.35 +14 -13 wine/dlls/ttydrv/wnd.c