Update of /project/cello/cvsroot/cello In directory clnet:/tmp/cvs-serv30981
Modified Files: ix-togl.lisp Log Message: Changed: togl-post-redisplay and togl-ptr are not exported in package Celtk. So we have to :: them.
--- /project/cello/cvsroot/cello/ix-togl.lisp 2006/08/22 16:12:34 1.5 +++ /project/cello/cvsroot/cello/ix-togl.lisp 2006/08/23 20:21:59 1.6 @@ -88,7 +88,7 @@ (with-metrics (nil nil "ctk::togl-display-using-class") (when (display-continuous self) (trc nil "window-display > continuous specified so posting redisplay" self) - (ctk:togl-post-redisplay (ctk:togl-ptr self)))))) + (ctk::togl-post-redisplay (ctk::togl-ptr self))))))