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

Philippe Brochard pbrochard at common-lisp.net
Sun Jan 6 14:32:30 UTC 2013


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  695078ae8c6aefd906594dfb8e5e2a3c97d562ad (commit)
      from  5b30659681be4b47f51d23638e8961d81fe43b76 (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 695078ae8c6aefd906594dfb8e5e2a3c97d562ad
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Sun Jan 6 15:32:23 2013 +0100

    Add :maxsize windows in *default-managed-type*

diff --git a/src/package.lisp b/src/package.lisp
index c3c495b..1515fb2 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -109,7 +109,7 @@ It is particulary useful with CLISP/MIT-CLX.")
 
 ;;; CONFIG - Default managed window type for a frame
 ;;; type can be  :all, :normal, :transient, :maxsize, :desktop, :dock, :toolbar, :menu, :utility, :splash, :dialog
-(defconfig *default-managed-type* '(:normal) nil
+(defconfig *default-managed-type* '(:normal :maxsize) nil
   "Default managed window types")
 ;;(defparameter *default-managed-type* '(:normal :maxsize :transient))
 ;;(defparameter *default-managed-type* '(:normal :transient :maxsize :desktop :dock :toolbar :menu :utility :splash :dialog))

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

Summary of changes:
 src/package.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