ChangeSet ID: 15918 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/03 07:40:13
Modified files: server : window.c trace.c protocol.def include/wine : server_protocol.h dlls/x11drv : x11drv.h winpos.c window.c dlls/ttydrv : wnd.c
Log message: Properly compute the client area valid rects and pass them to the server in set_window_pos to avoid invalidating areas that remain valid.
Patch: http://cvs.winehq.org/patch.py?id=15918
Old revision New revision Changes Path 1.37 1.38 +27 -16 wine/server/window.c 1.221 1.222 +3 -1 wine/server/trace.c 1.115 1.116 +1 -1 wine/server/protocol.def 1.116 1.117 +2 -2 wine/include/wine/server_protocol.h 1.47 1.48 +3 -2 wine/dlls/x11drv/x11drv.h 1.118 1.119 +120 -19 wine/dlls/x11drv/winpos.c 1.94 1.95 +9 -9 wine/dlls/x11drv/window.c 1.38 1.39 +3 -4 wine/dlls/ttydrv/wnd.c