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:
Michael Natterer
2001-05-01 16:45:29 +00:00
committed by Michael Natterer
parent a2530f59ee
commit 7b7081b774
18 changed files with 247 additions and 109 deletions

View File

@ -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__ */