fixed unmanage-window for destroyed clients
This commit is contained in:
parent
fb87737511
commit
a715599626
|
@ -193,7 +193,7 @@
|
|||
(client (find (lambda (c)
|
||||
(eq? window (client:window c)))
|
||||
(wm:clients wm))))
|
||||
(if client
|
||||
(if (and client (window-exists? dpy window))
|
||||
(reparent-to-root dpy window))))
|
||||
|
||||
((iconify-window)
|
||||
|
|
Loading…
Reference in New Issue