Update of /project/cello/cvsroot/cello In directory clnet:/tmp/cvs-serv27147
Modified Files: cello.lisp Log Message: Added: Export #:cello-window
--- /project/cello/cvsroot/cello/cello.lisp 2006/08/25 08:31:57 1.10 +++ /project/cello/cvsroot/cello/cello.lisp 2006/08/26 21:44:03 1.11 @@ -14,7 +14,7 @@
|#
-;;; $Id: cello.lisp,v 1.10 2006/08/25 08:31:57 fgoenninger Exp $ +;;; $Id: cello.lisp,v 1.11 2006/08/26 21:44:03 fgoenninger Exp $
;;; ============================================================================ ;;; PACKAGE DEFINITION @@ -23,19 +23,24 @@ (defpackage :cello (:nicknames :clo) (:use - #:common-lisp - #-(or ccl cormanlisp sbcl) #:clos - #:utils-kt - #:cells - #:gui-geometry - #:cffi - #:cffi-extender - #:celtk - #:kt-opengl - #:cl-openal - #:cl-ftgl - #:cl-magick) - (:export #:cello-window-event-handler #:with-layers #:visible #:ix-togl)) + #:common-lisp + #-(or ccl cormanlisp sbcl) #:clos + #:utils-kt + #:cells + #:gui-geometry + #:cffi + #:cffi-extender + #:celtk + #:kt-opengl + #:cl-openal + #:cl-ftgl + #:cl-magick) + (:export + #:cello-window + #:cello-window-event-handler + #:with-layers + #:visible + #:ix-togl))
;;; ============================================================================ ;;; MISC