ChangeSet ID: 16860
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/25 14:52:53
Modified files:
dlls/gdi : gdi_private.h dc.c clipping.c
Log message:
Maintain the stack of saved vis regions in the DC structure instead of
storing it directly in the region objects.
Patch: http://cvs.winehq.org/patch.py?id=16860
Old revision New revision Changes Path
1.19 1.20 +8 -0 wine/dlls/gdi/gdi_private.h
1.5 1.6 +9 -0 wine/dlls/gdi/dc.c
1.3 1.4 +20 -40 wine/dlls/gdi/clipping.c
ChangeSet ID: 16854
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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