[gimp/soc-2010-cage] gimpcagetool: fix a missing include and a function declaration



commit 59696662bbe39b51a712f6cfc711814251cb49da
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]