From 2151e73dacfaed865ae4a56b4a521593c0d519cf Mon Sep 17 00:00:00 2001 From: Mark Tiefenbruck Date: Mon, 1 Sep 2008 20:53:53 -0400 Subject: update window's size hints when client updates size hints --- src/Window.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Window.cc b/src/Window.cc index 1053ee3..3b9534b 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2144,6 +2144,7 @@ void FluxboxWindow::propertyNotifyEvent(WinClient &client, Atom atom) { unsigned int old_max_height = client.maxHeight(); bool changed = false; client.updateWMNormalHints(); + updateSizeHints(); if (client.minWidth() != old_min_width || client.maxWidth() != old_max_width || -- cgit v0.11.2