+2012-11-16 Philippe Brochard <pbrochard@common-lisp.net>
+
+ * ChangeLog are now reported in git history.
+
2012-10-08 Michael Raitza <spacefrogg-clfswm@meterriblecrew.net>
* src/tools.lisp (n-rotate-list): Implementation ehancements (1/2 GC,
(setf (window-state window) +withdrawn-state+)
(xlib:unmap-window window)
(remove-child-in-all-frames window)
- (show-all-children))))
+ (unless (null-size-window-in-frame *root-frame*)
+ (show-all-children)))))
(xlib:window-equal window event-window))
(when (find-child window *root-frame*)
(delete-child-in-all-frames window)
- (show-all-children)
+ (unless (null-size-window-in-frame *root-frame*)
+ (show-all-children))
(xlib:destroy-window window))))
(define-handler main-mode :enter-notify (window root-x root-y)