[1/4] comctl32/listview: Basic LVM_GETVIEWRECT tests

Paul Vriens paul.vriens.wine at gmail.com
Tue May 26 11:41:19 CDT 2009


Nikolay Sivov wrote:
> Changelog:
>     - Basic LVM_GETVIEWRECT tests
> 
> +    todo_wine expect(104, rect.right);
> +    expect(0, rect.top);
> +    expect(73, rect.bottom);

The first and last one of these 3 introduces errors on several boxes 
(see test.winehq.org). I guess these numbers can't be hardcoded and need 
to be calculated somehow?

Could you have a look?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list