From 50a360b7384581574c51536a91de56e000dd4a05 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 30 Sep 2010 13:46:43 +0000 Subject: [PATCH] stuff --- libvips/inplace/inplace_dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/inplace/inplace_dispatch.c b/libvips/inplace/inplace_dispatch.c index 6236d26d..9d2511ce 100644 --- a/libvips/inplace/inplace_dispatch.c +++ b/libvips/inplace/inplace_dispatch.c @@ -386,7 +386,7 @@ static im_function draw_point_desc = { /* Args for im_read_point. */ static im_arg_desc read_point_args[] = { - IM_RW_IMAGE( "image" ), + IM_INPUT_IMAGE( "image" ), IM_INPUT_INT( "x" ), IM_INPUT_INT( "y" ), IM_OUTPUT_DOUBLEVEC( "ink" )