mirror of https://github.com/GNOME/gimp.git
app: all Babls used by GIMP are now const
This commit is contained in:
parent
b68a05f240
commit
7250085d1c
app/core
|
@ -50,8 +50,8 @@ struct _GimpImagePrivate
|
|||
guchar *colormap; /* colormap (for indexed) */
|
||||
gint n_colors; /* # of colors (for indexed) */
|
||||
GimpPalette *palette; /* palette of colormap */
|
||||
Babl *babl_palette_rgb; /* palette's RGB Babl format */
|
||||
Babl *babl_palette_rgba; /* palette's RGBA Babl format */
|
||||
const Babl *babl_palette_rgb; /* palette's RGB Babl format */
|
||||
const Babl *babl_palette_rgba; /* palette's RGBA Babl format */
|
||||
|
||||
gint dirty; /* dirty flag -- # of ops */
|
||||
guint dirty_time; /* time when image became dirty */
|
||||
|
|
Loading…
Reference in New Issue