[gimp] app: fix signature of layers_resize_layer_callback()



commit 055a52e96917e3a27490bc41989f0042fadd04cd
Author: Michael Natterer <mitch gimp org>
Date:   Sat Sep 8 23:51:06 2012 +0200

    app: fix signature of layers_resize_layer_callback()

 app/actions/layers-commands.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/actions/layers-commands.c b/app/actions/layers-commands.c
index 3b59012..f61a0b9 100644
--- a/app/actions/layers-commands.c
+++ b/app/actions/layers-commands.c
@@ -130,6 +130,7 @@ static void   layers_resize_layer_callback (GtkWidget             *dialog,
                                             gint                   offset_x,
                                             gint                   offset_y,
                                             GimpItemSet            unused,
+                                            gboolean               unused2,
                                             gpointer               data);
 
 static gint   layers_mode_index            (GimpLayerModeEffects   layer_mode);
@@ -1172,6 +1173,7 @@ layers_resize_layer_callback (GtkWidget    *dialog,
                               gint          offset_x,
                               gint          offset_y,
                               GimpItemSet   unused,
+                              gboolean      unused2,
                               gpointer      data)
 {
   GimpContext *context = GIMP_CONTEXT (data);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]