Update of /project/mcclim/cvsroot/mcclim/Apps/Scigraph/dwim In directory cl-net:/tmp/cvs-serv11339/Apps/Scigraph/dwim
Modified Files: tv.lisp Log Message: The spec says that PORT is an accessor on frame-manager; remove CLIMI::FRAME-MANAGER-PORT and implement PORT instead. Fixup all uses that I can find.
(Motivated by Climacs's own frame management)
--- /project/mcclim/cvsroot/mcclim/Apps/Scigraph/dwim/tv.lisp 2006/03/29 10:43:37 1.9 +++ /project/mcclim/cvsroot/mcclim/Apps/Scigraph/dwim/tv.lisp 2009/01/28 19:27:22 1.10 @@ -711,8 +711,7 @@ height (min height h)))) (:clim-2 (let ((graft #-mcclim (clim:graft frame-manager) - #+mcclim (clim:graft (climi::frame-manager-port - frame-manager)))) + #+mcclim (clim:graft (port frame-manager)))) (when graft #-mcclim (setq width (min width (silica::graft-pixel-width graft))