summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-04-09 17:04:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-04-09 17:04:57 -0400
commit1b0c6e4aa1f5d085d5d3b6e785d2dd35ebf6e031 (patch)
treeb9bf27fcad6159f7ff78e66dd7e792903028b641
parentabff6e23c0a622f087c7a1bcd575cd32c30b17d4 (diff)
downloadgtk+-1b0c6e4aa1f5d085d5d3b6e785d2dd35ebf6e031.tar.gz
Mention geometry handling changes in release notes
-rw-r--r--README.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.in b/README.in
index dcc9d1a93c..1dec201030 100644
--- a/README.in
+++ b/README.in
@@ -99,6 +99,11 @@ Release notes for 3.20
gtk_window_set_default_size() to restore it.
See https://wiki.gnome.org/HowDoI/SaveWindowState for a detailed example.
+* Geometry handling in GtkWindow has been removed. If you are using the
+ functions gtk_window_resize_to_geometry, gtk_window_set_default_geometry,
+ gtk_window_parse_geometry or gtk_window_set_geometry_hints, you may need
+ to make some changes to your code.
+
* GtkDrawingArea used to implicitly render the theme background before
calling the ::draw handler. This is no longer the case. If you rely
on having a theme-provided background, call gtk_render_background()