Fix wrong structure size check in GetScrollBarInfo().
commitad5376710986f028eda016fe7760464fe7d49829
authorFrank Richter <frank.richter@gmail.com>
Fri, 19 Aug 2005 13:58:22 +0000 (19 13:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 19 Aug 2005 13:58:22 +0000 (19 13:58 +0000)
treef0084aabc94baa423f84809fe72159a3e7e3e9d8
parent00353712f222ca3ac0f1128855373a8c4055dc03
Fix wrong structure size check in GetScrollBarInfo().
GetScrollBarInfo() failed when SCROLL_GetScrollBarRect() returned
FALSE - however, this is the case if the scrollbar is horizontal, and
not an error indicator.
dlls/user/scroll.c