- GetScrollRange should return an empty range, both upper and lower
commit607bb11a8642983891e02f4db4bdfdd1289a57e1
authorRein Klazes <wijn@wanadoo.nl>
Tue, 29 Mar 2005 11:29:50 +0000 (29 11:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Mar 2005 11:29:50 +0000 (29 11:29 +0000)
tree26ed9f49a9ee2baa7b2746590c7ab636217e226f
parent4b5f3c61ad567483e2f9bb26e4ab80865ce2fcb9
- GetScrollRange should return an empty range, both upper and lower
  limit zero, if the window has no scrollbars (msdn).
- GetScrollInfo's return value is TRUE is nBar is SB_CTL or if
  anything is filled in the SCROLLINFO structure, otherwise the return
  value is FALSE.
dlls/user/scroll.c
dlls/user/tests/win.c