ChangeSet ID: 16896 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/29 05:29:51
Modified files: dlls/user/tests: win.c dlls/user : scroll.c
Log message: Rein Klazes wijn@wanadoo.nl - 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.
Patch: http://cvs.winehq.org/patch.py?id=16896
Old revision New revision Changes Path 1.52 1.53 +38 -0 wine/dlls/user/tests/win.c 1.10 1.11 +6 -6 wine/dlls/user/scroll.c