[gnome-mahjongg/arnaudb/wip/gtk4: 19/27] Adapt to size_allocate.



commit e290ff69e51bb596680d3864ef6191e92c86e020
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Mar 27 19:45:05 2020 +0100

    Adapt to size_allocate.

 src/gnome-mahjongg.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index 7f1a448..da02cf0 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -181,7 +181,7 @@ public class Mahjongg : Gtk.Application
         tick_cb ();
     }
 
-    private void size_allocate_cb (Gtk.Allocation allocation)
+    private void size_allocate_cb (int width, int height, int baseline)
     {
         if (is_maximized || is_tiled)
             return;


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