[libgd/wip/ernestask/gtk4] margin-container: update size_allocate signature



commit 0fe749da57376e0bf8c8bb9284af529bae447b34
Author: Ernestas Kulik <ernestask gnome org>
Date:   Mon Mar 5 17:47:20 2018 +0200

    margin-container: update size_allocate signature

 libgd/gd-margin-container.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libgd/gd-margin-container.c b/libgd/gd-margin-container.c
index fd49203..1d4243b 100644
--- a/libgd/gd-margin-container.c
+++ b/libgd/gd-margin-container.c
@@ -142,8 +142,10 @@ gd_margin_container_get_property (GObject    *object,
 }
 
 static void
-gd_margin_container_size_allocate (GtkWidget *widget,
-                                   GtkAllocation *allocation)
+gd_margin_container_size_allocate (GtkWidget           *widget,
+                                   const GtkAllocation *allocation,
+                                   gint                 baseline,
+                                   GtkAllocation       *out_clip)
 {
   GdMarginContainer *self = GD_MARGIN_CONTAINER (widget);
   GtkWidget *child;


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