[3/5] d3dx9: Introduce a function for copying pixels.

Christian Costa titan.costa at gmail.com
Mon Oct 29 04:56:29 CDT 2012


>
>      pixel_format = get_format_info(src_desc.Format);
> -    if (pixel_format->type != FORMAT_ARGB)
> -    {
> -        FIXME("Unsupported pixel format %#x\n", src_desc.Format);
> -        return E_NOTIMPL;
> -    }
> +    if (pixel_format->type == FORMAT_UNKNOWN) return E_NOTIMPL;
>
>

 Doesn't this still require a FIXME or at least a WARN?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20121029/535fec1e/attachment-0001.html>


More information about the wine-devel mailing list