X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Falpha.c;h=d97207e8cb4c54589a37186ae94f595624684e58;hb=d46d9596c225dbbcaef4b76e0828036e3addfbe3;hp=9f6dfd14ff64bef46879263f127ae394d023e3f8;hpb=bed0e58916a622b1b66f5dedcda121e7e848355b;p=libucw.git diff --git a/images/alpha.c b/images/alpha.c index 9f6dfd14..d97207e8 100644 --- a/images/alpha.c +++ b/images/alpha.c @@ -20,7 +20,7 @@ merge_func(uns value, uns alpha, uns acoef, uns bcoef) } int -image_apply_background(struct image_thread *thread UNUSED, struct image *dest, struct image *src, struct color *background) +image_apply_background(struct image_context *ctx UNUSED, struct image *dest, struct image *src, struct color *background) { DBG("image_apply_background()");