summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2019-04-18 18:55:13 +0200
committerJonas Ådahl <jadahl@gmail.com>2019-04-24 14:26:24 +0200
commit477ad2505b30865adf0fc997e42100009ca509dc (patch)
treec3aa0577ce6a796d82d098bec1c1ba8ed496a75a /meson.build
parent91bbe6ef9518e42904d08f9ec6acbaf62eda2387 (diff)
downloadgtk+-477ad2505b30865adf0fc997e42100009ca509dc.tar.gz
widget: Add surface relative transform changed callback
Added two new private GtkWidget API: * gtk_widget_add_surface_transform_changed_callback() * gtk_widget_remove_surface_transform_changed_callback() The intention is to let the user know when a widget transform relative to the surface changes. It works by calculating the surface relative transform during allocation, and notifying the callbacks if it changed since last time. Each widget adds itself as a listener to its parent widget, thus will be triggered if a parents surface relative transform changes.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2060fea5a1..6e2b8eacd1 100644
--- a/meson.build
+++ b/meson.build
@@ -35,7 +35,7 @@ gdk_pixbuf_req = '>= 2.30.0'
introspection_req = '>= 1.39.0'
wayland_proto_req = '>= 1.12'
wayland_req = '>= 1.14.91'
-graphene_req = '>= 1.8.5'
+graphene_req = '>= 1.8.7'
epoxy_req = '>= 1.4'
cloudproviders_req = '>= 0.2.5'
xkbcommon_req = '>= 0.2.0'