repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 90f06b234f4799b9562a3156322fa11017e55dd6:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 90f06b234f4799b9562a3156322fa11017e55dd6
Author: Emanuele Giaquinta 
Date:   Fri Jun 8 10:12:45 2012 +0000

    Set the filter on the correct picture in blur vertical pass.

diff --git a/src/rxvtimg.C b/src/rxvtimg.C
index d076641b26dc7f2c7365e6684606c3cd6c89a452..
index ..3d8d41d945a74d89d1b8bcc336ecf2bde941b428 100644
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -297,7 +297,7 @@ rxvt_img::blur (int rh, int rv)
       get_gaussian_kernel (rv, size, kernel, params);
       ::swap (params[0], params[1]);

-      XRenderSetPictureFilter (dpy, src, FilterConvolution, params, size+2);
+      XRenderSetPictureFilter (dpy, tmp, FilterConvolution, params, size+2);
       XRenderComposite (dpy,
                         PictOpSrc,
                         tmp,

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