[mcclim-cvs] CVS mcclim/ESA

thenriksen thenriksen at common-lisp.net
Sun Sep 30 22:03:55 UTC 2007


Update of /project/mcclim/cvsroot/mcclim/ESA
In directory clnet:/tmp/cvs-serv23970/ESA

Modified Files:
	esa.lisp 
Log Message:
Removed MACRORECORD-PROCESSED-GESTURES-MIXIN from
ASYNCHRONOUS-COMMAND-PROCESSOR superclass list, as Jack Unrue pointed
out.


--- /project/mcclim/cvsroot/mcclim/ESA/esa.lisp	2007/09/29 13:27:26	1.9
+++ /project/mcclim/cvsroot/mcclim/ESA/esa.lisp	2007/09/30 22:03:54	1.10
@@ -468,8 +468,7 @@
      finally (setf (executingp drei) nil)))
 
 (defclass asynchronous-command-processor (command-processor
-                                          instant-macro-execution-mixin
-                                          macrorecord-processed-gestures-mixin)
+                                          instant-macro-execution-mixin)
   ()
   (:documentation "Helper class that provides behavior necessary
 for a command processor that expects to receive gestures through




More information about the Mcclim-cvs mailing list