From: Philippe Brochard Date: Thu, 20 Dec 2012 21:05:17 +0000 (+0100) Subject: Handle other children on configure request X-Git-Url: https://repo.or.cz/w/clfswm.git/commitdiff_plain/cf7c2f362db112a6985841e89e58c4a148c94870 Handle other children on configure request --- 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)))))))))