user32: combine horizontal and vertical window scroll bar info in a single structure.

Alexandre Julliard julliard at winehq.org
Fri May 1 06:13:05 CDT 2009


Rein Klazes <wijn at online.nl> writes:

> -    if (!infoPtr && alloc)
> +    if (!infoPtr && ( alloc || (wndPtr->dwStyle & (WS_VSCROLL | WS_HSCROLL))))
>      {

This bit doesn't look right, and defeats the purpose of the alloc
flag. It would need some more test cases.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list