[Webkit-unassigned] [Bug 30823] Fix alpha handling when using wxWidgets 2.9

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 17:28:17 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30823





--- Comment #3 from Vadim Zeitlin <vz-webkit at zeitlins.org>  2009-10-27 17:28:17 PDT ---
(In reply to comment #2)
> (From update of attachment 41955 [details])
> Your ChangeLog does not make it clear what this patch does.

I've tried to make it more precise while still remaining brief. I hope it's
more clear now.

> I believe webkit style is to use spaces around operators:
> +            p.Red() = bytes[i+2];
> +            p.Green() = bytes[i+1];
> +            p.Blue() = bytes[i+0];
> +            p.Alpha() = bytes[i+3];

Sorry, I just indented this code, I didn't modify it at all. I've reformatted
it now and will attach the new patch in a moment.

-- 
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