unswitch red and blue
authorBenjamin Otte <otte@gnome.org>
Sun, 12 Oct 2008 22:05:40 +0000 (00:05 +0200)
committerBenjamin Otte <otte@gnome.org>
Sun, 12 Oct 2008 22:05:40 +0000 (00:05 +0200)
commit8f5cb6916ddea072e453681d80a879a64bd22f8c
tree0b68305cc0509218aff51889d2142185036a838e
parentf5d4e01c399d6d23fd7e4cfaa26e0b07e2279690
unswitch red and blue

The previous code assumed a color format of ABGR when naming the
variables. The true color format is ARGB. This did not cause any bugs
because no functions rely on the order of colors so far. This patch
renames the variables just to avoid confusion.
pixman/combine.h.inc
pixman/combine.inc
pixman/combine.pl