saving the focus when a split-wm is being destroyed
This commit is contained in:
parent
91754f0b95
commit
92b8549db8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue