From: Benjamin Otte Date: Wed, 19 Sep 2012 20:39:47 +0000 (+0200) Subject: blur: Do the same thing for rows and cols X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=a239f2e8b028b714cd269c10c70e19683390b68f;p=~andy%2Fgtk blur: Do the same thing for rows and cols --- diff --git a/gtk/gtkcairoblur.c b/gtk/gtkcairoblur.c index b711f2b2a..3f944e242 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,