[gimp/soc-2010-cage-2] gimpcagetool: fix a missing include and a function declaration
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage-2] gimpcagetool: fix a missing include and a function declaration
- Date: Sun, 8 Aug 2010 11:43:47 +0000 (UTC)
commit 98ff627955f07c6bfaadb971afd41bb9a15e7ffb
Author: Michael Muré <batolettre gmail com>
Date: Thu Jul 22 00:16:18 2010 +0200
gimpcagetool: fix a missing include and a function declaration
app/tools/gimpcagetool.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpcagetool.c b/app/tools/gimpcagetool.c
index 9aa2e90..0cc49df 100644
--- a/app/tools/gimpcagetool.c
+++ b/app/tools/gimpcagetool.c
@@ -34,6 +34,7 @@
#include "gimptoolcontrol.h"
#include "core/gimp.h"
+#include "core/gimpprogress.h"
#include "core/gimpimage.h"
#include "core/gimplayer.h"
#include "display/gimpdisplay.h"
@@ -94,7 +95,7 @@ static void gimp_cage_tool_switch_to_deform
static void gimp_cage_tool_remove_last_handle
(GimpCageTool *ct);
static void gimp_cage_tool_process (GimpCageTool *ct,
- GimpImage *image);
+ GimpDisplay *image);
G_DEFINE_TYPE (GimpCageTool, gimp_cage_tool, GIMP_TYPE_DRAW_TOOL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]