Ignore:
Timestamp:
08/04/09 20:03:06 (4 years ago)
Author:
werner
Message:
  • previous Makefile change was: tentative fix for compatibility with older ImageMagick? versions (reported by Alvaro Lopes)
  • we can now also select the frame's origin as a reference
  • added general frame selection logic
  • make sure we always use %s when passing names to status_set_name
  • we can now drag endpoints (in progress)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eda/fped/gui_inst.h

    r5384 r5385  
    4040unit_type gui_dist_meas(struct inst *self, struct coord pos, unit_type scale); 
    4141unit_type gui_dist_frame(struct inst *self, struct coord pos, unit_type scale); 
     42unit_type gui_dist_frame_eye(struct inst *self, struct coord pos, 
     43    unit_type scale); 
    4244 
    4345void gui_draw_vec(struct inst *self, struct draw_ctx *ctx); 
Note: See TracChangeset for help on using the changeset viewer.