common-lisp.net
/
projects/clfswm/clfswm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d414d0b
)
Handle other children on configure request
author
Philippe Brochard
<pbrochard@common-lisp.net>
Thu, 20 Dec 2012 21:05:17 +0000 (22:05 +0100)
committer
Philippe Brochard
<pbrochard@common-lisp.net>
Thu, 20 Dec 2012 21:05:17 +0000 (22:05 +0100)
src/clfswm.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/clfswm.lisp
b/src/clfswm.lisp
index
c531d04
..
826f0fc
100644
(file)
--- 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)))))))))