repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: e73ea7ffeace7f0b8a5a59e9eff3905a79c7fbb8:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit e73ea7ffeace7f0b8a5a59e9eff3905a79c7fbb8
Author: Marc Lehmann 
Date:   Thu Jun 7 20:35:35 2012 +0000

    *** empty log message ***

diff --git a/src/rxvtimg.C b/src/rxvtimg.C
index 5268a2bce5374ca2210634df23b0b92c594aacce..
index ..9d539d7731aec0834d62ef0cacc20cb9649fe738 100644
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -136,7 +136,7 @@ rxvt_img::new_from_pixbuf (rxvt_screen *s, GdkPixbuf *pb)
             if (ecb_big_endian ())
               v = ecb_bswap32 (v);

-            v = ecb_rotl32 (v, 8);
+            v = ecb_rotl32 (v, 8); // abgr to bgra

             if (!byte_order_mismatch)
               v = ecb_bswap32 (v);

-----END OF PAGE-----