Re: [2/2] winex11.drv: export copied images as image/bmp
1 May
2009
1 May
'09
2:25 p.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
1 May
1 May
2:40 p.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.
6072
Age (days ago)
6072
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Huw Davies