[gnome-mines/arnaudb/wip/gtk4: 18/39] Adapt size_allocate().




commit 9c81d03f8d865b134eb529f24f911ec22b1443d0
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Apr 13 23:47:27 2020 +0200

    Adapt size_allocate().

 src/gnome-mines.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index d1f7c06..781c121 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -436,7 +436,7 @@ public class Mines : Gtk.Application
         button.clicked.connect (custom_size_clicked_cb);
     }
 
-    private void size_allocate_cb (Allocation allocation)
+    private void size_allocate_cb (int width, int height, int baseline)
     {
         if (!window_is_maximized && !window_is_fullscreen && !window_is_tiled && !window_skip_configure)
         {


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