saving the focus when a split-wm is being destroyed

This commit is contained in:
frese 2003-11-05 10:46:02 +00:00
parent 91754f0b95
commit 92b8549db8
1 changed files with 2 additions and 1 deletions

View File

@ -390,7 +390,8 @@
(send-message+wait internal-out-channel (list 'fit-client client))
(send internal-out-channel
(list 'update-client-name client (client-name dpy client)))
(map-window (wm:dpy wm) new-window))
(map-window (wm:dpy wm) new-window)
(set-input-focus dpy new-window (revert-to parent) current-time))
#f)))
(define (handle-client-window-xevent wm exit client xevent)