[mcclim-cvs] CVS mcclim
thenriksen
thenriksen at common-lisp.net
Mon Nov 19 20:28:44 UTC 2007
Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv7043
Modified Files:
package.lisp
Log Message:
Change the use of global variables in Drei to functions that query a
single global variable (*drei-instance*).
At the same time, change a few things in ESA to make Dreis use of it
less hacky.
--- /project/mcclim/cvsroot/mcclim/package.lisp 2007/02/07 12:44:17 1.62
+++ /project/mcclim/cvsroot/mcclim/package.lisp 2007/11/19 20:28:44 1.63
@@ -2072,6 +2072,7 @@
(defpackage :goatee
(:use :clim :clim-lisp :clim-sys)
(:import-from :clim-internals #:letf)
+ (:shadow #:point)
(:export
#:execute-gesture-command
#:goatee-input-editing-mixin
More information about the Mcclim-cvs
mailing list