[2/2] winex11.drv: export copied images as image/bmp

Huw Davies huw at codeweavers.com
Fri May 1 06:40:38 CDT 2009


On Fri, May 01, 2009 at 01:25:33PM +0200, Alexandre Julliard wrote:
> "Vincent Povirk" <vincent at codeweavers.com> writes:
> 
> > +    if (dibinfo->biBitCount < 16)
> > +        numcolors = dibinfo->biClrUsed || 1<<dibinfo->biBitCount;
> 
> You have been doing too much Perl ;-)

Hi Vincent,

You may find bitmap_info_size() useful here.

Huw.



More information about the wine-devel mailing list