Re: [2/2] winex11.drv: export copied images as image/bmp
May 1, 2009
6:25 a.m.
"Vincent Povirk" <vincent(a)codeweavers.com> writes:
+ if (dibinfo->biBitCount < 16) + numcolors = dibinfo->biClrUsed || 1<<dibinfo->biBitCount;
You have been doing too much Perl ;-) -- Alexandre Julliard julliard(a)winehq.org
May 2009
6:40 a.m.
New subject: [2/2] winex11.drv: export copied images as image/bmp
On Fri, May 01, 2009 at 01:25:33PM +0200, Alexandre Julliard wrote:
"Vincent Povirk" <vincent(a)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.
6172
Age (days ago)
6172
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Huw Davies