[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. R-1106-156-g13e92da

Philippe Brochard pbrochard at common-lisp.net
Fri Nov 23 22:36:55 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, master has been updated
       via  13e92da91f7a3e346c0e64646cdbfa6fae1b12da (commit)
      from  468663c98ffd1c19716558750cac01d8cff3d20a (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 13e92da91f7a3e346c0e64646cdbfa6fae1b12da
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Fri Nov 23 23:36:48 2012 +0100

    Minor object check fix

diff --git a/src/clfswm-internal.lisp b/src/clfswm-internal.lisp
index e358998..90a75a0 100644
--- a/src/clfswm-internal.lisp
+++ b/src/clfswm-internal.lisp
@@ -840,7 +840,7 @@ XINERAMA version 1.1 opcode: 150
         (remove-if (lambda (size)
                      (destructuring-bind (x y w h) size
                        (dolist (s sizes)
-                         (unless (equal s size)
+                         (unless (eq s size)
                            (destructuring-bind (x1 y1 w1 h1) s
                              (when (and (>= x x1)
                                         (>= y y1)

-----------------------------------------------------------------------

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