repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 7690fb3808ba4bde3fe186a16e0b9caaeed075bd: path_to: revision_to:
commit 7690fb3808ba4bde3fe186a16e0b9caaeed075bd Author: Marc LehmannDate: Sat Jul 14 08:27:55 2012 +0000 *** empty log message *** diff --git a/src/rxvtimg.C b/src/rxvtimg.C
--- 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-----