[gnome-mines/arnaudb/wip/gtk4: 20/40] Adapt size_allocate().
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines/arnaudb/wip/gtk4: 20/40] Adapt size_allocate().
- Date: Mon, 14 Sep 2020 16:00:28 +0000 (UTC)
commit 2a40056ba2d2014af2e384cf3959f762bc0d2870
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]