"Gynvael Coldwind" <[EMAIL PROTECTED]> writes:

> +    /* get width and height
> +     */
> +    width  = GetDeviceCaps(graphics->hdc, HORZRES);
> +    height = GetDeviceCaps(graphics->hdc, VERTRES);

This won't do what you want. You should probably use something like
GetClipBox() here.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to