X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcairoblur.c;h=3f944e24297d39e42a50ed7b0bedca0085821f34;hb=f9f6c4fa49cb630f169c2fa4ce6b4ed2b44be8f3;hp=b711f2b2ae1579349c80847e28733afadfffe516;hpb=502a2bf62546417fb13fd4847fbae13ee62fe031;p=~andy%2Fgtk 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,