gdi32: Make the bitmap test pass under Windows 2000

James Hawkins truiken at gmail.com
Mon Apr 21 12:36:33 CDT 2008


On Mon, Apr 21, 2008 at 10:40 AM, Dmitry Timoshkov
<dmitry at codeweavers.com> wrote:
> "Paul Vriens" <paul.vriens.wine at gmail.com> wrote:
>
>
> > Is there a specific combination you are looking for? Huge width, small height?
>
>  Anything you could test that will lead to a reasonable conclusion.
>
>
>  > Or the maximum size possible?
>
>  At least we need to know this one.
>

The maximum values for both width and height on win2k is 32767.
Anything above that on either parameter returns
ERROR_INVALID_PARAMETER.  Both params can be 32767 at the same time
and the call will still succeed (assuming there's enough memory left).

-- 
James Hawkins



More information about the wine-devel mailing list