From a239f2e8b028b714cd269c10c70e19683390b68f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 19 Sep 2012 22:39:47 +0200 Subject: [PATCH] blur: Do the same thing for rows and cols --- gtk/gtkcairoblur.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcairoblur.c b/gtk/gtkcairoblur.c index b711f2b2ae..3f944e2429 100644 --- a/gtk/gtkcairoblur.c +++ b/gtk/gtkcairoblur.c @@ -133,7 +133,7 @@ _blurcol (guchar* pixels, zB = *((guchar*) ptr + 2) << zprec; zA = *((guchar*) ptr + 3) << zprec; - for (index = 1; index < height - 1; index++) + for (index = 0; index < height; index++) _blurinner (&ptr[index * rowstride], &zR, &zG,