ChangeSet ID: 16692 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/17 13:10:41
Modified files: server : window.c trace.c protocol.def include/wine : server_protocol.h dlls/x11drv : winpos.c
Log message: Make the server know about the visible area of a window, which is the window rect minus the caption and borders when they are handled by the window manager.
Patch: http://cvs.winehq.org/patch.py?id=16692
Old revision New revision Changes Path 1.44 1.45 +20 -12 wine/server/window.c 1.226 1.227 +3 -0 wine/server/trace.c 1.121 1.122 +1 -0 wine/server/protocol.def 1.122 1.123 +2 -1 wine/include/wine/server_protocol.h 1.125 1.126 +6 -2 wine/dlls/x11drv/winpos.c