[gimp] app: reorder some prototypes in FG select



commit 61aaa11158fa49f21e87ccbeda0577af713c8e06
Author: Michael Natterer <mitch gimp org>
Date:   Thu Apr 17 01:40:08 2014 +0200

    app: reorder some prototypes in FG select

 app/tools/gimpforegroundselecttool.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/app/tools/gimpforegroundselecttool.c b/app/tools/gimpforegroundselecttool.c
index 7c4f090..7f339d0 100644
--- a/app/tools/gimpforegroundselecttool.c
+++ b/app/tools/gimpforegroundselecttool.c
@@ -131,22 +131,21 @@ static void   gimp_foreground_select_tool_set_preview    (GimpForegroundSelectTo
 static void   gimp_foreground_select_tool_drop_masks     (GimpForegroundSelectTool *fg_select,
                                                           GimpDisplay              *display);
 
-static void   gimp_foreground_select_tool_apply          (GimpForegroundSelectTool *fg_select,
-                                                          GimpDisplay              *display);
 static void   gimp_foreground_select_tool_preview        (GimpForegroundSelectTool *fg_select,
                                                           GimpDisplay              *display);
+static void   gimp_foreground_select_tool_apply          (GimpForegroundSelectTool *fg_select,
+                                                          GimpDisplay              *display);
 
 static void   gimp_foreground_select_tool_stroke_paint   (GimpForegroundSelectTool    *fg_select,
                                                           GimpDisplay                 *display,
                                                           GimpForegroundSelectOptions *options);
 
-static void   gimp_foreground_select_tool_update_gui     (GimpForegroundSelectTool *fg_select);
-
-
 static void   gimp_foreground_select_tool_response       (GimpToolGui              *gui,
                                                           gint                      response_id,
                                                           GimpForegroundSelectTool *fg_select);
 
+static void   gimp_foreground_select_tool_update_gui     (GimpForegroundSelectTool *fg_select);
+
 
 G_DEFINE_TYPE (GimpForegroundSelectTool, gimp_foreground_select_tool,
                GIMP_TYPE_FREE_SELECT_TOOL)
@@ -1042,5 +1041,4 @@ gimp_foreground_select_tool_stroke_paint (GimpForegroundSelectTool    *fg_select
 
   g_array_free (fg_select->stroke, TRUE);
   fg_select->stroke = NULL;
-
 }


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