mirror of https://github.com/GNOME/gimp.git
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:
parent
8ba89c7746
commit
e85b1480dd
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue