[gimp/metadata-browser] app: fix signature of layers_resize_layer_callback()
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: fix signature of layers_resize_layer_callback()
- Date: Thu, 13 Sep 2012 00:41:03 +0000 (UTC)
commit 5490c01ea7a38abb5037835515bd072d1a060cdb
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]