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

Philippe Brochard pbrochard at common-lisp.net
Sat Nov 10 22:18:37 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  68c2716c0a8a3e2725b67b69ea7bcef43982d411 (commit)
      from  7d8bfb3fc2043af504da914bb61f6b9158162fc6 (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 68c2716c0a8a3e2725b67b69ea7bcef43982d411
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Sat Nov 10 23:18:31 2012 +0100

    Rename *root-size-change* hook to *root-size-change-hook*

diff --git a/src/clfswm.lisp b/src/clfswm.lisp
index a25ade0..3a31519 100644
--- a/src/clfswm.lisp
+++ b/src/clfswm.lisp
@@ -157,7 +157,7 @@
       (place-frames-from-xinerama-infos)
       (finish-configuring-root)
       (show-all-children)
-      (call-hook *root-size-change*))))
+      (call-hook *root-size-change-hook*))))
 
 
 (defun error-handler (display error-key &rest key-vals &key asynchronous &allow-other-keys)
diff --git a/src/package.lisp b/src/package.lisp
index 5ac92db..c3c495b 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -216,7 +216,7 @@ It is particulary useful with CLISP/MIT-CLX.")
            "Hook executed on the main function entrance after
 loading configuration file and before opening the display.")
 
-(defconfig *root-size-change* nil 'Hook
+(defconfig *root-size-change-hook* nil 'Hook
            "Hook executed when the root size has changed for example when adding/removing a monitor")
 
 

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

Summary of changes:
 src/clfswm.lisp  |    2 +-
 src/package.lisp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CLFSWM - A(nother) Common Lisp FullScreen Window Manager




More information about the clfswm-cvs mailing list