api change #2, fix #1

This commit is contained in:
Marc Lehmann
1999-10-24 20:49:09 +00:00
parent 1298f31902
commit 88e0cc3155
105 changed files with 212 additions and 195 deletions

View File

@ -155,7 +155,7 @@ run(char *name, int n_params, GParam *param, int *nreturn_vals,
_image_width = gimp_image_width(param[1].data.d_image);
_image_height = gimp_image_height(param[1].data.d_image);
_map_info.color = gimp_drawable_color(drawable->id);
_map_info.color = gimp_drawable_is_rgb(drawable->id);
run_mode = (GRunModeType) param[0].data.d_int32;