fixed unmanage-window for destroyed clients

This commit is contained in:
frese 2003-05-07 13:14:25 +00:00
parent fb87737511
commit a715599626
1 changed files with 1 additions and 1 deletions

View File

@ -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)