Closed
Bug 119271
Opened 23 years ago
Closed 23 years ago
Jpeg images are incorrect for Neutrino Photon build
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: briane, Assigned: pavlov)
Details
Attachments
(1 file)
561 bytes,
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
There is a incorrect define for MOZ_WIDGET_PHOTON in the jpeg decoder which can
cause jpeg's to be tinted blue.
Reporter | ||
Comment 1•23 years ago
|
||
This patch removes the MOZ_WIDGET_PHOTON define which causes the problem
Assignee | ||
Comment 2•23 years ago
|
||
Comment on attachment 64340 [details] [diff] [review]
Fix from the errored MOZ_WIDGET_PHOTON define
r=pavlov
Attachment #64340 -
Flags: review+
Assignee | ||
Comment 3•23 years ago
|
||
I went ahead and checked this in, however there are some other photon defines
in that file.. are they correct?
Reporter | ||
Comment 4•23 years ago
|
||
Yes, The others are required but that one was overkill. Thanks.
For future reference, can I just check things like this in or is it always a
good idea to get it done this way?
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•