From crhodes at common-lisp.net Thu Nov 16 12:58:24 2006 From: crhodes at common-lisp.net (crhodes) Date: Thu, 16 Nov 2006 07:58:24 -0500 (EST) Subject: [gsharp-cvs] CVS gsharp Message-ID: <20061116125824.7EDE0300F@common-lisp.net> Update of /project/gsharp/cvsroot/gsharp In directory clnet:/tmp/cvs-serv10027 Modified Files: gsharp.asd gui.lisp Log Message: Update for CVS HEAD mcclim. (The previous version, working with McCLIM 0.9.3, was tagged as works-with-McCLIM_0_9_3, or possibly that with the hyphens and underscores exchanged) --- /project/gsharp/cvsroot/gsharp/gsharp.asd 2006/06/06 20:48:53 1.13 +++ /project/gsharp/cvsroot/gsharp/gsharp.asd 2006/11/16 12:58:23 1.14 @@ -20,7 +20,7 @@ :defaults *gsharp-directory*)) collect `(:file ,(pathname-name p) :pathname ,p)))))) -(gsharp-defsystem (:gsharp :depends-on (:mcclim :flexichain :esa)) +(gsharp-defsystem (:gsharp :depends-on (:mcclim :flexichain)) "packages" "utilities" "bezier" --- /project/gsharp/cvsroot/gsharp/gui.lisp 2006/09/14 14:34:47 1.72 +++ /project/gsharp/cvsroot/gsharp/gui.lisp 2006/11/16 12:58:23 1.73 @@ -69,8 +69,8 @@ "") pane)))) -(define-application-frame gsharp (standard-application-frame - esa-frame-mixin) +(define-application-frame gsharp (esa-frame-mixin + standard-application-frame) ((views :initarg :views :initform '() :accessor views) (input-state :initarg :input-state :accessor input-state)) (:menu-bar menubar-command-table :height 25)