From cf7c2f362db112a6985841e89e58c4a148c94870 Mon Sep 17 00:00:00 2001 From: Philippe Brochard Date: Thu, 20 Dec 2012 22:05:17 +0100 Subject: [PATCH] Handle other children on configure request --- src/clfswm.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clfswm.lisp b/src/clfswm.lisp index c531d04..826f0fc 100644 --- a/src/clfswm.lisp +++ b/src/clfswm.lisp @@ -80,6 +80,7 @@ (when (or (child-equal-p window (current-child)) (is-in-current-child-p window)) (setf change (or change :moved)) + (show-all-children) (raise-window window) (focus-window window) (focus-all-children window (find-parent-frame window (find-current-root))))))))) -- 2.11.4.GIT