Closed
Bug 291818
Opened 20 years ago
Closed 20 years ago
Make cairo conditionally use AlphaBlend()
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tor, Assigned: tor)
References
Details
Attachments
(1 file)
|
4.65 KB,
patch
|
paper
:
review+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
Cairo directly uses AlphaBlend, which isn't available or usable on some versions of windows. We already work around this by looking up the symbol at runtime in nsImageWin.cpp - copy this logic to cairo.
Attachment #181784 -
Flags: review?(paper)
Updated•20 years ago
|
Attachment #181784 -
Flags: review?(paper) → review+
Attachment #181784 -
Flags: approval1.8b2?
Comment 2•20 years ago
|
||
Comment on attachment 181784 [details] [diff] [review] runtime AlphaBlend checking a=asa
Attachment #181784 -
Flags: approval1.8b2? → approval1.8b2+
Checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 4•19 years ago
|
||
this caused bug 299686
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•