[clfswm-cvs] r228 - clfswm
Philippe Brochard
pbrochard at common-lisp.net
Sat May 9 22:36:00 UTC 2009
Author: pbrochard
Date: Sat May 9 18:36:00 2009
New Revision: 228
Log:
clfswm.asd: Dependency fix for clfswm-generic-mode.
Modified:
clfswm/ChangeLog
clfswm/clfswm.asd
Modified: clfswm/ChangeLog
==============================================================================
--- clfswm/ChangeLog (original)
+++ clfswm/ChangeLog Sat May 9 18:36:00 2009
@@ -1,5 +1,7 @@
2009-05-10 Philippe Brochard <pbrochard at common-lisp.net>
+ * clfswm.asd: Dependency fix for clfswm-generic-mode.
+
* src/clfswm-circulate-mode.lisp (reorder-child)
(reorder-brother): Handle empty frames.
(reorder-brother): Redisplay only the parent frame of the current
Modified: clfswm/clfswm.asd
==============================================================================
--- clfswm/clfswm.asd (original)
+++ clfswm/clfswm.asd Sat May 9 18:36:00 2009
@@ -34,7 +34,7 @@
(:file "clfswm-internal"
:depends-on ("xlib-util" "clfswm-keys" "netwm-util" "tools" "config"))
(:file "clfswm-circulate-mode"
- :depends-on ("xlib-util" "clfswm-keys"
+ :depends-on ("xlib-util" "clfswm-keys" "clfswm-generic-mode"
"clfswm-internal" "netwm-util" "tools" "config"))
(:file "clfswm"
:depends-on ("xlib-util" "netwm-util" "clfswm-keys" "config"
More information about the clfswm-cvs
mailing list