repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 7690fb3808ba4bde3fe186a16e0b9caaeed075bd:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 7690fb3808ba4bde3fe186a16e0b9caaeed075bd
Author: Marc Lehmann 
Date:   Sat Jul 14 08:27:55 2012 +0000

    *** empty log message ***

diff --git a/src/rxvtimg.C b/src/rxvtimg.C
index 9cc5754278383a85b4329085c8e65e290158e157..
index ..2042f22f9554f60726c17e530002b05d3d77f6d8 100644
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -599,9 +599,9 @@ rxvt_img::muladd (nv mul, nv add)
   // why the hell does XRenderSetPictureTransform want a writable matrix :(
   // that keeps us from just static const'ing this matrix.
   XTransform h_double = {
-    0x8000, 0,     0,
-    0, 0x1000,     0,
-    0,     0, 0x1000
+    0x08000, 0,     0,
+    0, 0x10000,     0,
+    0,     0, 0x10000
   };

   XRenderSetPictureFilter (cc.dpy, cc.src, "nearest", 0, 0);
@@ -633,9 +633,9 @@ rxvt_img::muladd (nv mul, nv add)
   };

   XTransform h_halve = {
-    0x2000, 0,      0,
-    0, 0x1000,      0,
-    0,      0, 0x1000
+    0x20000, 0,      0,
+    0, 0x10000,      0,
+    0,      0, 0x10000
   };

   XRenderSetPictureFilter (cc.dpy, cc2.src, "nearest", 0, 0);

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