[balsa/wip/gtk4: 91/351] Fix the remaining "size-allocate" callbacks



commit cc26b2390d208366f7a5274bb4d53d3b31178789
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Dec 15 14:55:26 2017 -0500

    Fix the remaining "size-allocate" callbacks

 src/balsa-index.c  |    1 +
 src/balsa-mblist.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/balsa-index.c b/src/balsa-index.c
index 05a5601..fa6f81e 100644
--- a/src/balsa-index.c
+++ b/src/balsa-index.c
@@ -734,6 +734,7 @@ bndx_tree_collapse_cb(GtkTreeView * tree_view, GtkTreeIter * iter,
 /* When a column is resized, store the new size for later use */
 static void
 bndx_column_resize(GtkWidget * widget, GtkAllocation * allocation,
+                   gint baseline, GtkAllocation * clip,
                    gpointer data)
 {
     GtkTreeView *tree_view = GTK_TREE_VIEW(widget);
diff --git a/src/balsa-mblist.c b/src/balsa-mblist.c
index 97a6994..736422f 100644
--- a/src/balsa-mblist.c
+++ b/src/balsa-mblist.c
@@ -1747,6 +1747,7 @@ bmbl_mru_activate_cb(GtkWidget * item, gpointer data)
  */
 static void
 bmbl_mru_size_allocate_cb(GtkWidget * widget, GdkRectangle * allocation,
+                          gint baseline, GtkAllocation * clip,
                           gpointer user_data)
 {
     GdkWindow *gdk_window;


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