diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-05-17 14:38:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-17 14:38:10 -0400 |
commit | b63690aa6bae23397564a4fc409aa71d00d53229 (patch) | |
tree | b89aa024a58683a5cc9a5e47c045f76f4fc99e70 | |
parent | 1e8a58e36753b1355d7421fb90b2932109de98a2 (diff) | |
download | gtk+-b63690aa6bae23397564a4fc409aa71d00d53229.tar.gz |
docs: Mention begin_resize_drag in the migration guide
-rw-r--r-- | docs/reference/gtk/migrating-3to4.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index 217f69e73a..5c34aadbfe 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -324,7 +324,9 @@ <para> A number of minor API cleanups have happened in GdkSurface as well. For example, gdk_surface_input_shape_combine_region() - has been renamed to gdk_surface_set_input_region(). + has been renamed to gdk_surface_set_input_region(), and + gdk_surface_begin_resize_drag() has been renamed to + gdk_toplevel_begin_resize(). </para> </section> |