[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 11:48:45 PDT 2009


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-10-27 11:48:45 PDT ---
(From update of attachment 41955)
Your ChangeLog does not make it clear what this patch does.

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

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