summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-15 22:17:41 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-02-15 22:17:41 -0500
commitb9a1472fc52a8478ae79d5bdb32537476aa64b0a (patch)
treea20ed6af5c52cdc9bacd504b860e4ca9a68fd814 /README.in
parent8f71060ef9569fb476d53e190b2afd7c7d898a8a (diff)
downloadgtk+-b9a1472fc52a8478ae79d5bdb32537476aa64b0a.tar.gz
Add a release note about window size saving
Diffstat (limited to 'README.in')
-rw-r--r--README.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.in b/README.in
index 7e7e6065d8..5f3ce4e5df 100644
--- a/README.in
+++ b/README.in
@@ -82,6 +82,14 @@ Release notes for 3.20
However, all previously existing objects still derive from GtkWidget,
so no existing code should break.
+* Several fixes for window sizing and placement with client-side
+ decorations may affect applications that are saving and restoring
+ window sizes. The recommended best practice for this which is known
+ to work with client-side and server-side decorations and with older
+ and newer versions of GTK+ is to use gtk_window_get_size() to save
+ and gtk_window_set_default_size() to restore the window size. See
+ https://wiki.gnome.org/HowDoI/SaveWindowState for a detailed example.
+
Release notes for 3.18
======================