[cells-cvs] CVS Celtk

ktilton ktilton at common-lisp.net
Mon Jan 29 23:06:35 UTC 2007


Update of /project/cells/cvsroot/Celtk
In directory clnet:/tmp/cvs-serv1911

Modified Files:
	Celtk.asd movie.lisp 
Log Message:


--- /project/cells/cvsroot/Celtk/Celtk.asd	2006/07/06 22:10:39	1.11
+++ /project/cells/cvsroot/Celtk/Celtk.asd	2007/01/29 23:06:35	1.12
@@ -12,7 +12,7 @@
   :licence "Lisp LGPL"
   :description "Tcl/Tk with Cells Inside(tm)"
   :long-description "A Cells-driven portable GUI, ultimately implmented by Tcl/Tk"
-  :depends-on (:cells :cffi :gui-geometry :cl-ftgl)
+  :depends-on (:cells :cffi :gui-geometry)
   :serial t
   :components ((:file "Celtk")
                (:file "tk-structs")
--- /project/cells/cvsroot/Celtk/movie.lisp	2007/01/29 22:58:41	1.2
+++ /project/cells/cvsroot/Celtk/movie.lisp	2007/01/29 23:06:35	1.3
@@ -21,7 +21,7 @@
 (export! mk-movie url tk-file plug-n-play-movie)
 
 (deftk movie (widget)
-  ((loop :initarg :loop :accessor loop)) ;; fnyi
+  ()
   (:tk-spec movie -url (tk-file -file)
     -controller -custombutton -highlightbackground -highlightcolor 
     -highlightthickness -height -loadcommand -loadintoram -loopstate 




More information about the Cells-cvs mailing list