X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Ffilters%2Falpha.c;h=98a49af4c98ed20eba884bb7d7efeca604c32c77;hb=b2c998ea7f4c97fd0640967fe5fee0e8789cf761;hp=5178c482c7d2bd9fe40c4e014892ff5f7dc16fad;hpb=a725c3e28bafaf52cc45bdacf730b80edd83756d;p=swftools.git diff --git a/lib/filters/alpha.c b/lib/filters/alpha.c index 5178c48..98a49af 100644 --- a/lib/filters/alpha.c +++ b/lib/filters/alpha.c @@ -105,6 +105,7 @@ void gfxfilter_maketransparent_init(gfxfilter_t*f, U8 alpha) i->alpha = alpha; memset(f, 0, sizeof(gfxfilter_t)); + f->type = gfxfilter_onepass; f->name = "maketransparent"; f->internal = i; f->stroke = maketransparent_stroke;