GetUpdateRgn should clip the returned region to the client area.
commit0ba0d7a1191d93106d04f900d9ea3c9b24bfb9d0
authorAlexandre Julliard <julliard@winehq.org>
Thu, 26 Aug 2004 00:46:11 +0000 (26 00:46 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Aug 2004 00:46:11 +0000 (26 00:46 +0000)
tree7377cba1b1a1c6877ef91ba59a6a175fa47f73f1
parentb72994b6d4a04352e18934cd3fbe51749b7da234
GetUpdateRgn should clip the returned region to the client area.
Changed GetUpdateRect and ExcludeUpdateRgn to call GetUpdateRgn.
Moved these 3 functions to dlls/user/painting.c.
dlls/user/painting.c
windows/painting.c