ScrollWindowEx when called with the SW_ERASE flag does not send a
authorRein Klazes <wijn@wanadoo.nl>
Tue, 8 Feb 2005 14:27:39 +0000 (14:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Feb 2005 14:27:39 +0000 (14:27 +0000)
commit312f09b88ad2fb5ced20c82e6f841827cac7ae74
treec9fba18b83726fe7929627c77c75bceea87256ab
parent6ed10c8013fab4b3a83591aca12a1c9355385006
ScrollWindowEx when called with the SW_ERASE flag does not send a
WM_ERASEBKGND message, it just sets the erase flag. With some tests
that show this behavior.
dlls/user/tests/msg.c
windows/scroll.c