diff options
Diffstat (limited to 'src/wrapped/wrappedgdkpixbuf2.c')
| -rw-r--r-- | src/wrapped/wrappedgdkpixbuf2.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedgdkpixbuf2.c b/src/wrapped/wrappedgdkpixbuf2.c index 1f82399d..34770c8c 100644 --- a/src/wrapped/wrappedgdkpixbuf2.c +++ b/src/wrapped/wrappedgdkpixbuf2.c @@ -32,10 +32,10 @@ GO(3) // destroy_pixbuf #define GO(A) \ -static uintptr_t my_destroy_pixbuf_fct_##A = 0; \ -static void my_destroy_pixbuf_##A(void* pixels, void* data) \ -{ \ - RunFunction(my_context, my_destroy_pixbuf_fct_##A, 2, pixels, data); \ +static uintptr_t my_destroy_pixbuf_fct_##A = 0; \ +static void my_destroy_pixbuf_##A(void* pixels, void* data) \ +{ \ + RunFunctionFmt(my_destroy_pixbuf_fct_##A, "pp", pixels, data); \ } SUPER() #undef GO |