summaryrefslogtreecommitdiffstats
path: root/cairo-util.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2009-09-21 13:43:46 -0400
committerKristian Høgsberg <krh@redhat.com>2009-09-21 13:43:46 -0400
commit7d7b5dbf4d0b9e09b9ebcc9747f0cb5e77e813f1 (patch)
tree8cb4973471755aade7c3273a040749f13d861a6f /cairo-util.c
parent2cbedd1874f1cc2edc1218f8fdf1c6e44c681862 (diff)
downloadwayland-7d7b5dbf4d0b9e09b9ebcc9747f0cb5e77e813f1.tar.gz
wayland-7d7b5dbf4d0b9e09b9ebcc9747f0cb5e77e813f1.tar.xz
wayland-7d7b5dbf4d0b9e09b9ebcc9747f0cb5e77e813f1.zip
Tweak theme a bit
Diffstat (limited to 'cairo-util.c')
-rw-r--r--cairo-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo-util.c b/cairo-util.c
index 1a27046..5e0a2d0 100644
--- a/cairo-util.c
+++ b/cairo-util.c
@@ -37,7 +37,7 @@ blur_surface(cairo_surface_t *surface, int margin)
uint8_t *src, *dst;
uint32_t *s, *d, a, p;
int i, j, k, size, half;
- uint8_t kernel[17];
+ uint8_t kernel[35];
double f;
size = ARRAY_LENGTH(kernel);