From 4912f67839be6992b09a80a7b605cfb26f8024d3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 10 Apr 2020 21:20:04 +0200 Subject: 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(). --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') 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 -- cgit v1.2.1