summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-10 21:20:04 +0200
committerDavid Robillard <d@drobilla.net>2020-04-10 21:58:55 +0200
commit4912f67839be6992b09a80a7b605cfb26f8024d3 (patch)
tree04f356e482bf387be40ceeec98be039236162679 /NEWS
parent967c197a1f53903ccbda84e32357f1d2b221a7f1 (diff)
downloadsuil-4912f67839be6992b09a80a7b605cfb26f8024d3.tar.gz
suil-4912f67839be6992b09a80a7b605cfb26f8024d3.tar.bz2
suil-4912f67839be6992b09a80a7b605cfb26f8024d3.zip
Ensure that XSizeHints are set and updated
This fixes the following regression introduced in db07a21d484: * The window may not have been realized when wrapper_wrap is called, in which case XSizeHints were not set. * Changes to XSizeHints were never queried, so the original mininum size was enforced even when the window called ui:resize().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f86caa..024350d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
suil (0.10.7) unstable;
+ * Fix X11 in Gtk size regressions (thanks Robin Gareus)
* Fix compilation on MacOS older than 10.12
* Fix drag and drop for X11 in Gtk