[clfswm-cvs] r200 - clfswm/src

Philippe Brochard pbrochard at common-lisp.net
Sun Feb 15 07:45:02 UTC 2009


Author: pbrochard
Date: Sun Feb 15 07:45:02 2009
New Revision: 200

Log:
handle-map-request: Remove unused override-redirect-p argument

Modified:
   clfswm/src/clfswm.lisp

Modified: clfswm/src/clfswm.lisp
==============================================================================
--- clfswm/src/clfswm.lisp	(original)
+++ clfswm/src/clfswm.lisp	Sun Feb 15 07:45:02 2009
@@ -92,7 +92,7 @@
 
 
 
-(defun handle-map-request (&rest event-slots &key window send-event-p override-redirect-p &allow-other-keys)
+(defun handle-map-request (&rest event-slots &key window send-event-p &allow-other-keys)
   (declare (ignore event-slots))
   (unless send-event-p
     (unhide-window window)




More information about the clfswm-cvs mailing list