[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch test updated. R-1106-39-g2ba6a3e
Philippe Brochard
pbrochard at common-lisp.net
Sun May 13 22:08:19 UTC 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CLFSWM - A(nother) Common Lisp FullScreen Window Manager".
The branch, test has been updated
via 2ba6a3ec1ce3c59ed674a1ff45cb97b9bfa99426 (commit)
from d5ebccb678ccfdeb22c419926ef05298f629fc0d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2ba6a3ec1ce3c59ed674a1ff45cb97b9bfa99426
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date: Mon May 14 00:08:12 2012 +0200
src/clfswm-internal.lisp (get-connected-heads-size): Do not use fake test code
diff --git a/src/clfswm-internal.lisp b/src/clfswm-internal.lisp
index 2e351d8..adfc18d 100644
--- a/src/clfswm-internal.lisp
+++ b/src/clfswm-internal.lisp
@@ -704,7 +704,7 @@
(parse-integer string :junk-allowed t))
(split-string (substitute #\space #\x (substitute #\space #\, line))))))
-(defun get-connected-heads-size (&optional (fake t))
+(defun get-connected-heads-size (&optional (fake nil))
(labels ((heads-info ()
(if (not fake)
(do-shell "xdpyinfo -ext XINERAMA")
-----------------------------------------------------------------------
Summary of changes:
src/clfswm-internal.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CLFSWM - A(nother) Common Lisp FullScreen Window Manager
More information about the clfswm-cvs
mailing list