[Webkit-unassigned] [Bug 43724] Support all available biBitCount values in BitmapInfo
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 9 09:21:43 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43724
Patrick R. Gansterer <paroga at paroga.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #63902| |review?, commit-queue?
Flag| |
--- Comment #1 from Patrick R. Gansterer <paroga at paroga.com> 2010-08-09 09:21:43 PST ---
Created an attachment (id=63902)
--> (https://bugs.webkit.org/attachment.cgi?id=63902)
Patch
bitmapInfo.bmiHeader.biSizeImage = 0;
bitmapInfo.bmiHeader.biXPelsPerMeter = 0;
bitmapInfo.bmiHeader.biYPelsPerMeter = 0;
bitmapInfo.bmiHeader.biClrUsed = 0;
bitmapInfo.bmiHeader.biClrImportant = 0;
Is alredy done via memset in constructor.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list