repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: e73ea7ffeace7f0b8a5a59e9eff3905a79c7fbb8: path_to: revision_to:
commit e73ea7ffeace7f0b8a5a59e9eff3905a79c7fbb8 Author: Marc LehmannDate: Thu Jun 7 20:35:35 2012 +0000 *** empty log message *** diff --git a/src/rxvtimg.C b/src/rxvtimg.C
--- 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-----