[gnome-mahjongg/arnaudb/wip/gtk4: 16/23] Adapt to size_allocate.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mahjongg/arnaudb/wip/gtk4: 16/23] Adapt to size_allocate.
- Date: Sun, 3 May 2020 16:23:20 +0000 (UTC)
commit 8685665c6e20e282f1a3d44802b857d4b4465e54
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]