--- rxvt-unicode/src/rxvtimg.C 2012/07/14 08:26:56 1.103 +++ rxvt-unicode/src/rxvtimg.C 2012/07/14 08:27:55 1.104 @@ -599,9 +599,9 @@ // 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 @@ }; 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);