mirror of https://github.com/GNOME/gimp.git
Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/core/gimpimage-undo-push.[ch] * app/core/gimplayermask.c: fix compile warnings.
This commit is contained in:
parent
b41ee0c7ee
commit
bd9ef9bed6
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue