[gnome-mines/arnaudb/wip/gtk4: 23/36] Adapt size_allocate().
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines/arnaudb/wip/gtk4: 23/36] Adapt size_allocate().
- Date: Sun, 26 Apr 2020 13:03:55 +0000 (UTC)
commit 10e9b77096d29c228a7ce37e203a0c4f2e592eaf
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 b7883e2..25d5a59 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -454,7 +454,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]