[gnome-mines/arnaudb/wip/gtk4: 66/85] Adapt size_allocate().
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines/arnaudb/wip/gtk4: 66/85] Adapt size_allocate().
- Date: Wed, 9 Sep 2020 15:04:07 +0000 (UTC)
commit eb7126cfc6df4845a9afd0fe0e4727ad3082d6f6
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 c6579a6..2e89eeb 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]