ChangeSet ID: 16937 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/30 11:11:46
Modified files: windows : nonclient.c server : window.c dlls/x11drv : dce.c dlls/user/tests: dce.c dlls/user : painting.c
Log message: The update region passed in WM_NCPAINT and the clipping region passed to GetDCEx have to be in screen coordinates.
Patch: http://cvs.winehq.org/patch.py?id=16937
Old revision New revision Changes Path 1.138 1.139 +6 -14 wine/windows/nonclient.c 1.47 1.48 +36 -16 wine/server/window.c 1.4 1.5 +4 -0 wine/dlls/x11drv/dce.c 1.2 1.3 +10 -10 wine/dlls/user/tests/dce.c 1.25 1.26 +29 -34 wine/dlls/user/painting.c