[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: prototype.h



  User: pcjc2   
  Date: 06/12/27 14:48:11

  Modified:    .        Tag: noscreen prototype.h
  Log:
  * include/prototype.h, src/o_arc_basic.c, src/o_box_basic.c,
  
    src/o_bus_basic.c, src/o_circle_basic.c, src/o_line_basic.c,
  
    src/o_net_basic.c, src/o_picture.c, src/o_pin_basic.c,
  
    src/o_text_basic.c: Removed o_..._mirror() functions unused
  
    since changing to world coordinates
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.116.2.2 +0 -9      eda/geda/gaf/libgeda/include/prototype.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: prototype.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/prototype.h,v
  retrieving revision 1.116.2.1
  retrieving revision 1.116.2.2
  diff -u -b -r1.116.2.1 -r1.116.2.2
  --- prototype.h	27 Dec 2006 17:37:58 -0000	1.116.2.1
  +++ prototype.h	27 Dec 2006 19:48:11 -0000	1.116.2.2
  @@ -130,7 +130,6 @@
   void o_arc_translate_world(TOPLEVEL *w_current, int dx, int dy, OBJECT *object);
   void o_arc_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, OBJECT *object);
   void o_arc_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle, OBJECT *object);
  -void o_arc_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   void o_arc_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
   void o_arc_recalc(TOPLEVEL *w_current, OBJECT *o_current);
   void get_arc_bounds(TOPLEVEL *w_current, OBJECT *object, int *left, int *top, int *right, int *bottom);
  @@ -216,7 +215,6 @@
   void o_box_translate_world(TOPLEVEL *w_current, int x1, int y1, OBJECT *object);
   void o_box_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, OBJECT *object);
   void o_box_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle, OBJECT *object);
  -void o_box_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   void o_box_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
   void o_box_recalc(TOPLEVEL *w_current, OBJECT *o_current);
   void get_box_bounds(TOPLEVEL *w_current, BOX *box, int *left, int *top, int *right, int *bottom);
  @@ -246,7 +244,6 @@
   void o_bus_image_write(TOPLEVEL *w_current, OBJECT *o_current, int origin_x, int origin_y, int color_mode);
   void o_bus_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, OBJECT *object);
   void o_bus_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle, OBJECT *object);
  -void o_bus_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   void o_bus_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
   int o_bus_orientation(OBJECT *object);
   void o_bus_consolidate_lowlevel(OBJECT *object, OBJECT *del_object, int orient);
  @@ -265,7 +262,6 @@
   void o_circle_translate_world(TOPLEVEL *w_current, int x1, int y1, OBJECT *object);
   void o_circle_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, OBJECT *object);
   void o_circle_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle, OBJECT *object);
  -void o_circle_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   void o_circle_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
   void o_circle_recalc(TOPLEVEL *w_current, OBJECT *o_current);
   void get_circle_bounds(TOPLEVEL *w_current, CIRCLE *circle, int *left, int *top, int *right, int *bottom);
  @@ -342,7 +338,6 @@
   void o_line_translate_world(TOPLEVEL *w_current, int x1, int y1, OBJECT *object);
   void o_line_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, OBJECT *object);
   void o_line_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle, OBJECT *object);
  -void o_line_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   void o_line_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
   void o_line_recalc(TOPLEVEL *w_current, OBJECT *o_current);
   void get_line_bounds(TOPLEVEL *w_current, LINE *line, int *left, int *top, int *right, int *bottom);
  @@ -380,7 +375,6 @@
   void o_net_image_write(TOPLEVEL *w_current, OBJECT *o_current, int origin_x, int origin_y, int color_mode);
   void o_net_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, OBJECT *object);
   void o_net_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle, OBJECT *object);
  -void o_net_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   void o_net_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
   int o_net_orientation(OBJECT *object);
   void o_net_consolidate_lowlevel(OBJECT *object, OBJECT *del_object, int orient);
  @@ -404,7 +398,6 @@
   void o_picture_modify(TOPLEVEL *w_current, OBJECT *object, int x, int y, int whichone);
   void o_picture_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, OBJECT *object);
   void o_picture_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle,OBJECT *object);
  -void o_picture_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   void o_picture_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
   void o_picture_translate(TOPLEVEL *w_current, int dx, int dy, OBJECT *object);
   void o_picture_translate_world(TOPLEVEL *w_current, int x1, int y1, OBJECT *object);
  @@ -428,7 +421,6 @@
   void o_pin_image_write(TOPLEVEL *w_current, OBJECT *o_current, int origin_x, int origin_y, int color_mode);
   void o_pin_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, OBJECT *object);
   void o_pin_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle, OBJECT *object);
  -void o_pin_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   void o_pin_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
   void o_pin_modify(TOPLEVEL *w_current, OBJECT *object, int x, int y, int whichone);
   void o_pin_update_whichend(TOPLEVEL *w_current, OBJECT *object_list, int num_pins);
  @@ -470,7 +462,6 @@
   void o_text_rotate_world(TOPLEVEL *w_current, int world_centerx, int world_centery, int angle, int angle_change, OBJECT *object);
   void o_text_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, int angle_change, OBJECT *object);
   void o_text_mirror_world(TOPLEVEL *w_current, int world_centerx, int world_centery, OBJECT *object);
  -void o_text_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   
   /* s_attrib.c */
   int s_attrib_add_entry(char *new_attrib);
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs