From dd02663c7d613912c6f2de12ab38b3fe48acdbd5 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 8 Sep 2002 20:06:58 +0000 Subject: focus fallback to transient_for --- src/Window.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Window.cc b/src/Window.cc index 838a0a2..1768509 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.80 2002/09/08 19:51:30 fluxgen Exp $ +// $Id: Window.cc,v 1.81 2002/09/08 20:06:58 fluxgen Exp $ #include "Window.hh" @@ -371,6 +371,7 @@ FluxboxWindow::~FluxboxWindow() { if (client.transient_for != 0) { + fluxbox->setFocusedWindow(client.transient_for); client.transient_for->client.transients.remove(this); client.transient_for = 0; } -- cgit v0.11.2