user32: Scroll window fix.
commit1b6d127aee1210f8f9436b85bb34a9c416d0aaac
authorAric Stewart <aric@codeweavers.com>
Tue, 13 Feb 2007 13:38:06 +0000 (13 07:38 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 14 Feb 2007 20:45:36 +0000 (14 21:45 +0100)
treec9640393a132dc1b681be8a708bfc602be5a5f8c
parentec57871f4fc6ad31503157921e829b382c224e3f
user32: Scroll window fix.

Fix the case where the scrolling amount exceeds the window but still
falls within the clipping rect. This generates an additional update
region that needs to be invalidated.
dlls/user32/painting.c
dlls/user32/tests/win.c