This commit is contained in:
John Cupitt 2010-09-30 13:46:43 +00:00
parent 6bcf09c1d4
commit 50a360b738
1 changed files with 1 additions and 1 deletions

View File

@ -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" )