[clfswm-cvs] CVS clfswm
pbrochard
pbrochard at common-lisp.net
Wed May 16 20:36:19 UTC 2007
Update of /project/clfswm/cvsroot/clfswm
In directory clnet:/tmp/cvs-serv24100
Modified Files:
ChangeLog package.lisp
Log Message:
add a property notify in the second mode
--- /project/clfswm/cvsroot/clfswm/ChangeLog 2007/05/15 19:49:49 1.1
+++ /project/clfswm/cvsroot/clfswm/ChangeLog 2007/05/16 20:36:18 1.2
@@ -1,3 +1,8 @@
+2007-05-16 Philippe Brochard <hocwp at free.fr>
+
+ * package.lisp (*sm-property-notify-hook*): Readded
+ property-notify-hook in second mode.
+
2007-05-15 Philippe Brochard <hocwp at free.fr>
* clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
--- /project/clfswm/cvsroot/clfswm/package.lisp 2007/05/15 19:49:51 1.1
+++ /project/clfswm/cvsroot/clfswm/package.lisp 2007/05/16 20:36:18 1.2
@@ -1,7 +1,7 @@
;;; --------------------------------------------------------------------------
;;; CLFSWM - FullScreen Window Manager
;;;
-;;; #Date#: Sun May 13 23:05:59 2007
+;;; #Date#: Wed May 16 22:26:54 2007
;;;
;;; --------------------------------------------------------------------------
;;; Documentation: Package definition
@@ -181,6 +181,7 @@
(defparameter *sm-create-notify-hook* nil)
(defparameter *sm-enter-notify-hook* nil)
(defparameter *sm-exposure-hook* nil)
+(defparameter *sm-property-notify-hook* nil)
;;; Pager mode hooks (set in clfswm-pager.lisp)
More information about the clfswm-cvs
mailing list