ChangeSet ID: 16854 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/25 11:11:04
Modified files: windows : scroll.c dlls/x11drv : scroll.c dlls/user/tests: win.c msg.c
Log message: Rein Klazes wijn@wanadoo.nl ScrollDC and X11DRV_SCROLLDC should scroll only pixels coming from within the visible region, clipped to the clipping region if that exists. Add the destination of pixels coming from the outside of this region to the update region. With tests that depend on this.
Patch: http://cvs.winehq.org/patch.py?id=16854
Old revision New revision Changes Path 1.46 1.47 +4 -77 wine/windows/scroll.c 1.22 1.23 +118 -67 wine/dlls/x11drv/scroll.c 1.50 1.51 +59 -0 wine/dlls/user/tests/win.c 1.79 1.80 +1 -1 wine/dlls/user/tests/msg.c