* src/*.lisp: Use the new child-equal-p to compare children. This prevent a bug with...
commit4b3ca72a88363a72caf9c700cd4a58cada45ab07
authorPhilippe Brochard <pbrochard@common-lisp.net>
Thu, 26 Aug 2010 11:45:05 +0000 (26 13:45 +0200)
committerPhilippe Brochard <pbrochard@common-lisp.net>
Thu, 26 Aug 2010 11:45:05 +0000 (26 13:45 +0200)
tree32b4b23f4aa1007c0f0c49c5e8b480712ad13003
parent0fe3e29b90270e44dbf4b8a50d7ff13659bdbc60
* src/*.lisp: Use the new child-equal-p to compare children. This prevent a bug with sbcl/cmucl when the standard equal function does not work with xlib:window.  * src/clfswm-internal.lisp (child-equal-p): New predicate.
ChangeLog
src/clfswm-circulate-mode.lisp
src/clfswm-corner.lisp
src/clfswm-internal.lisp
src/clfswm-layout.lisp
src/clfswm-util.lisp
src/clfswm.lisp
src/xlib-util.lisp