[clfswm-cvs] r19 - clfswm
pbrochard at common-lisp.net
pbrochard at common-lisp.net
Thu Mar 6 16:38:04 UTC 2008
Author: pbrochard
Date: Thu Mar 6 11:38:03 2008
New Revision: 19
Modified:
clfswm/xlib-util.lisp
Log:
Remove button-pess/release in window-event. They are handled another way
Modified: clfswm/xlib-util.lisp
==============================================================================
--- clfswm/xlib-util.lisp (original)
+++ clfswm/xlib-util.lisp Thu Mar 6 11:38:03 2008
@@ -1,7 +1,7 @@
;;; --------------------------------------------------------------------------
;;; CLFSWM - FullScreen Window Manager
;;;
-;;; #Date#: Thu Mar 6 17:03:02 2008
+;;; #Date#: Thu Mar 6 17:33:40 2008
;;;
;;; --------------------------------------------------------------------------
;;; Documentation: Utility functions
@@ -39,10 +39,7 @@
:colormap-change
:focus-change
:enter-window
- :exposure
- :button-press
- :button-release
- :pointer-motion)
+ :exposure)
"The events to listen for on managed windows.")
More information about the clfswm-cvs
mailing list