From 4d6e5e3f1cc47f85b228a476134f572cf277c152 Mon Sep 17 00:00:00 2001 From: simonb Date: Wed, 26 Apr 2006 12:34:24 +0000 Subject: resize and notify client when autogrouping --- ChangeLog | 3 +++ src/Window.cc | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 40cc51c..665cc27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ (Format: Year/Month/Day) Changes for 0.9.16: +*06/04/26: + * Fix resizing of client window when autogroup from apps (Simon) + Window.cc *06/04/25: * Cleanup unneeded headers (thanks Semushin Slava) FbAtoms.cc Slit.cc Keys.cc FocusControl.cc FbTk/App.cc diff --git a/src/Window.cc b/src/Window.cc index 31f4374..8009248 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -678,6 +678,12 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { } else { // client.fbwindow() == 0 associateClient(client); + moveResizeClient(client, + frame().clientArea().x(), + frame().clientArea().y(), + frame().clientArea().width(), + frame().clientArea().height()); + if (&client == focused_win) was_focused = focused_win; -- cgit v0.11.2