Bill Skaggs <weskaggs@primate.ucdavis.edu>

* app/core/gimpimage-undo-push.[ch]
	* app/core/gimplayermask.c: fix compile warnings.
This commit is contained in:
William Skaggs 2005-03-24 19:23:14 +00:00
parent b41ee0c7ee
commit bd9ef9bed6
4 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-03-24 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/core/gimpimage-undo-push.[ch]
* app/core/gimplayermask.c: fix compile warnings.
2005-03-24 Sven Neumann <sven@gimp.org>
* app/display/gimpstatusbar.c (gimp_statusbar_push_coords)

View file

@ -1764,7 +1764,6 @@ undo_pop_layer_mask_properties (GimpUndo *undo,
GimpUndoAccumulator *accum)
{
LayerMaskPropertyUndo *lmp_undo = undo->data;
GimpLayer *layer = GIMP_LAYER (GIMP_ITEM_UNDO (undo)->item);
GimpLayerMask *mask;
gboolean val;
mask = lmp_undo->mask;

View file

@ -102,6 +102,7 @@ gboolean gimp_image_undo_push_layer_mask_remove (GimpImage *gimage,
GimpLayerMask *mask);
gboolean gimp_image_undo_push_layer_mask_properties (GimpImage *gimage,
const gchar *undo_desc,
GimpUndoType undo_type,
GimpLayer *layer,
GimpLayerMask *mask);
gboolean gimp_image_undo_push_layer_reposition (GimpImage *gimage,

View file

@ -28,6 +28,7 @@
#include "core-types.h"
#include "gimpimage.h"
#include "gimpimage-undo-push.h"
#include "gimplayer.h"
#include "gimplayermask.h"
#include "gimpmarshal.h"