[clfswm-cvs] CVS clfswm
pbrochard
pbrochard at common-lisp.net
Wed May 16 20:41:37 UTC 2007
Update of /project/clfswm/cvsroot/clfswm
In directory clnet:/tmp/cvs-serv26209
Modified Files:
clfswm-second-mode.lisp package.lisp
Log Message:
add a property notify in the second mode
--- /project/clfswm/cvsroot/clfswm/clfswm-second-mode.lisp 2007/05/15 19:49:51 1.1
+++ /project/clfswm/cvsroot/clfswm/clfswm-second-mode.lisp 2007/05/16 20:41:37 1.2
@@ -1,7 +1,7 @@
;;; --------------------------------------------------------------------------
;;; CLFSWM - FullScreen Window Manager
;;;
-;;; #Date#: Tue May 15 21:26:06 2007
+;;; #Date#: Wed May 16 22:40:35 2007
;;;
;;; --------------------------------------------------------------------------
;;; Documentation: Second mode functions
@@ -117,8 +117,7 @@
*sm-enter-notify-hook* #'sm-handle-enter-notify
*sm-exposure-hook* #'sm-handle-exposure
*sm-map-request-hook* #'sm-handle-map-request
- *sm-unmap-notify-hook* #'sm-handle-unmap-notify
- *sm-property-notify-hook* 'sm-handle-property-notify)
+ *sm-unmap-notify-hook* #'sm-handle-unmap-notify)
--- /project/clfswm/cvsroot/clfswm/package.lisp 2007/05/16 20:36:18 1.2
+++ /project/clfswm/cvsroot/clfswm/package.lisp 2007/05/16 20:41:37 1.3
@@ -1,7 +1,7 @@
;;; --------------------------------------------------------------------------
;;; CLFSWM - FullScreen Window Manager
;;;
-;;; #Date#: Wed May 16 22:26:54 2007
+;;; #Date#: Wed May 16 22:40:53 2007
;;;
;;; --------------------------------------------------------------------------
;;; Documentation: Package definition
@@ -181,7 +181,6 @@
(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