- GetScrollRange zeros the return parameters for no infoPtr
authorAndrew Johnston <johnstonam@logica.com>
Fri, 7 Mar 2003 20:38:20 +0000 (20:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Mar 2003 20:38:20 +0000 (20:38 +0000)
commit7277d20c6935c5c5960523c77867d61a9af7a4ea
tree34c496f2e4350a22d00efeb76ec8c9a3cb8bc949
parenta20f86fc7bcfa4eb66ee954eefa16b6a21f6acd1
- GetScrollRange zeros the return parameters for no infoPtr
- GetScrollRange, GetScrollPos and GetScrollInfo send a message to the
  window for the SB_CTL case
- Moved code for GetScroll* to into worker functions
controls/scroll.c