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