removed prototype of function which doesn't exist.
2001-05-01 Michael Natterer <mitch@gimp.org> * app/gimpimage.h: removed prototype of function which doesn't exist. * app/widgets/gimppreview.[ch]: new signal "extended_clicked" which is emitted instead of "clicked" if the user pressed shift, control or mod1 on button_press. * app/widgets/gimplayerlistitem.c: use the "extended_clicked" signal to toggle the layer mask's "show" and "apply" states.
This commit is contained in:
committed by
Michael Natterer
parent
a2530f59ee
commit
7b7081b774
@ -450,9 +450,7 @@ TileManager * gimp_image_composite (GimpImage *gimage);
|
||||
GimpImageType gimp_image_composite_type (const GimpImage *gimage);
|
||||
gint gimp_image_composite_bytes (const GimpImage *gimage);
|
||||
|
||||
gint gimp_image_preview_valid (const GimpImage *gimage);
|
||||
|
||||
void gimp_image_invalidate_previews (void);
|
||||
gboolean gimp_image_preview_valid (const GimpImage *gimage);
|
||||
|
||||
|
||||
#endif /* __GIMP_IMAGE_H__ */
|
||||
|
||||
Reference in New Issue
Block a user