]> mj.ucw.cz Git - libucw.git/blobdiff - images/alpha.c
some corrections in ImageSim config section
[libucw.git] / images / alpha.c
index 5c75e69f3cd1c4b7e313a5e4cac04884931c5664..d97207e8cb4c54589a37186ae94f595624684e58 100644 (file)
@@ -7,7 +7,7 @@
  *     of the GNU Lesser General Public License.
  */
 
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
 
 #include "lib/lib.h"
 #include "images/images.h"
@@ -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()");