[clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. R-1212-61-g39938c5

Philippe Brochard pbrochard at common-lisp.net
Sat Apr 5 21:59:20 UTC 2014


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  39938c58ffeec32f333109c52dc5977ae5a88ee7 (commit)
      from  5d3a9e096d2e67943bf15e111ce9ad6cc8229392 (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 39938c58ffeec32f333109c52dc5977ae5a88ee7
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Sun Apr 6 01:59:14 2014 +0200

    Declare second mode global variables in package.lisp

diff --git a/src/clfswm-second-mode.lisp b/src/clfswm-second-mode.lisp
index 3c6c501..979220b 100644
--- a/src/clfswm-second-mode.lisp
+++ b/src/clfswm-second-mode.lisp
@@ -25,9 +25,6 @@
 
 (in-package :clfswm)
 
-(defparameter *sm-window* nil)
-(defparameter *sm-font* nil)
-(defparameter *sm-gc* nil)
 
 (defparameter *second-mode-leave-function* nil
   "Execute the function if not nil")
diff --git a/src/package.lisp b/src/package.lisp
index 0bb1758..43919f1 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -78,6 +78,11 @@ It is particulary useful with CLISP/MIT-CLX.")
 (defparameter *root* nil)
 (defparameter *no-focus-window* nil)
 
+(defparameter *sm-window* nil)
+(defparameter *sm-font* nil)
+(defparameter *sm-gc* nil)
+
+
 (defparameter *background-image* nil)
 (defparameter *background-gc* nil)
 

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

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


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



More information about the clfswm-cvs mailing list