[1/2] gdiplus: Implement GdipGetVisibleClipBounds

Vincent Povirk madewokherd+8cd9 at gmail.com
Wed Aug 12 14:01:03 CDT 2009


> +    /* get window bounds */
> +    if(!GetClientRect(graphics->hwnd, &wnd_rect))
> +        return GenericError;

What if the Graphics object doesn't have a window?

-- 
Vincent Povirk



More information about the wine-devel mailing list