one more s/cmap/colormap/.

2004-11-02  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpimage.h: one more s/cmap/colormap/.
This commit is contained in:
Michael Natterer 2004-11-02 13:54:56 +00:00 committed by Michael Natterer
parent 8ba89c7746
commit e85b1480dd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-02 Michael Natterer <mitch@gimp.org>
* libgimp/gimpimage.h: one more s/cmap/colormap/.
2004-11-02 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/pdb/transform_tools.pdb: deprecated all functions.

View File

@ -38,7 +38,7 @@ gboolean gimp_image_set_cmap (gint32 image_ID,
guchar * gimp_image_get_colormap (gint32 image_ID,
gint *num_colors);
gboolean gimp_image_set_colormap (gint32 image_ID,
const guchar *cmap,
const guchar *colormap,
gint num_colors);
guchar * gimp_image_get_thumbnail_data (gint32 image_ID,