ScrollDC and X11DRV_SCROLLDC should scroll only pixels coming from
commita807c5efce6c7ee0e4ad8cbe9a4f49f28c27c6a9
authorRein Klazes <wijn@wanadoo.nl>
Fri, 25 Mar 2005 17:11:04 +0000 (25 17:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 25 Mar 2005 17:11:04 +0000 (25 17:11 +0000)
tree778455b38879eeacd25d259c27a8cc41ed4cf36a
parent2fb7c8754aca671ecb578f76332df3df9872da1b
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.
dlls/user/tests/msg.c
dlls/user/tests/win.c
dlls/x11drv/scroll.c
windows/scroll.c