Move keyboard event processing from WndProc code into the existing
authorAndrew Johnston <johnstonam@logica.com>
Fri, 7 Mar 2003 23:08:38 +0000 (23:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Mar 2003 23:08:38 +0000 (23:08 +0000)
commit7b56b79f740f54582be58862e74c03954b162c2e
treed0a5797a6bd81f69338e0430ef3098023b678484
parent6199e6029a521b13a7dedc83131d1adcc2b77e32
Move keyboard event processing from WndProc code into the existing
helper.
Create a helper function for the create event and clean up code.
Remove macro for detecting invalid SCROLLINFO structures and make it
an inline function.
controls/scroll.c