[wadalabfont-kit] / lisp / tools / addprim.l  

Diff of /lisp/tools/addprim.l

Parent Directory | Revision Log

version 1.1, Thu Dec 28 08:54:20 2000 UTC version 1.2, Fri Jun 20 11:40:23 2003 UTC
Line 18 
Line 18 
     (put-winprop win 'button-press-handler save-bp-handler)      (put-winprop win 'button-press-handler save-bp-handler)
     code-position))      code-position))
   
 (defun add-skelton-element (win code x y prim element)  (defun add-skeleton-element (win code x y prim element)
   (lets ((points   (get-points prim))    (lets ((points   (get-points prim))
          (now-nth  (1- (length points)))           (now-nth  (1- (length points)))
          (lines    (get-lines  prim))           (lines    (get-lines  prim))
Line 87 
Line 87 
     (setq ret (cons points (cons (append lines (list newelem)) aux-info)))      (setq ret (cons points (cons (append lines (list newelem)) aux-info)))
     (clear-win win)      (clear-win win)
     (if grid (grid-win win))      (if grid (grid-win win))
     (draw-skelton-win win ret)      (draw-skeleton-win win ret)
     (redraw-win win)      (redraw-win win)
     ret))      ret))
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help