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

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 06/10/21 17:14:42

  Modified:    .        Tag: glist_dev prototype.h
  Log:
  libgeda/gschem: Rename o_recalc to o_recalc_object_list.
  
  libgeda: make o_recalc_object_list to call a new function 
  
  o_recalc_single_object, for each object in the list.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.107.2.2 +2 -1      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.107.2.1
  retrieving revision 1.107.2.2
  diff -u -b -r1.107.2.1 -r1.107.2.2
  --- prototype.h	21 Oct 2006 20:35:54 -0000	1.107.2.1
  +++ prototype.h	21 Oct 2006 21:14:42 -0000	1.107.2.2
  @@ -195,7 +195,8 @@
   /* o_basic.c */
   int inside_region(int left, int top, int right, int bottom, int x, int y);
   void o_redraw_single(TOPLEVEL *w_current, OBJECT *o_current);
  -void o_recalc(TOPLEVEL *w_current, OBJECT *object_list);
  +void o_recalc_single_object(TOPLEVEL *w_current, OBJECT *o_current);
  +void o_recalc_object_list(TOPLEVEL *w_current, OBJECT *object_list);
   void o_set_line_options(TOPLEVEL *w_current, OBJECT *o_current, OBJECT_END end, OBJECT_TYPE type, int width, int length, int space);
   void o_set_fill_options(TOPLEVEL *w_current, OBJECT *o_current, OBJECT_FILLING type, int width, int pitch1, int angle1, int pitch2, int angle2);
   void o_object_recalc(TOPLEVEL *w_current, OBJECT *o_current);
  
  
  


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