[balsa/wip/gtk4: 92/351] Fix the build



commit b53e6d38edf600c9af9d41f02030d68853744a6a
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Dec 15 15:06:31 2017 -0500

    Fix the build

 src/balsa-index.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/src/balsa-index.c b/src/balsa-index.c
index fa6f81e..a4ced6c 100644
--- a/src/balsa-index.c
+++ b/src/balsa-index.c
@@ -87,8 +87,11 @@ static gboolean bndx_button_event_press_cb(GtkWidget * tree_view,
 static void bndx_row_activated(GtkTreeView * tree_view, GtkTreePath * path,
                                GtkTreeViewColumn * column,
                                gpointer user_data);
-static void bndx_column_resize(GtkWidget * widget,
-                               GtkAllocation * allocation, gpointer data);
+static void bndx_column_resize(GtkWidget     * widget,
+                               GtkAllocation * allocation,
+                               gint            baseline,
+                               GtkAllocation * clip,
+                               gpointer        user_data);
 static void bndx_tree_expand_cb(GtkTreeView * tree_view,
                                 GtkTreeIter * iter, GtkTreePath * path,
                                 gpointer user_data);
@@ -735,7 +738,7 @@ bndx_tree_collapse_cb(GtkTreeView * tree_view, GtkTreeIter * iter,
 static void
 bndx_column_resize(GtkWidget * widget, GtkAllocation * allocation,
                    gint baseline, GtkAllocation * clip,
-                   gpointer data)
+                   gpointer user_data)
 {
     GtkTreeView *tree_view = GTK_TREE_VIEW(widget);
 


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