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

gEDA-cvs: CVS update: o_basic.c



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

  Modified:    .        Tag: glist_dev o_basic.c
  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.21.2.2  +1 -1      eda/geda/gaf/gschem/src/o_basic.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_basic.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/o_basic.c,v
  retrieving revision 1.21.2.1
  retrieving revision 1.21.2.2
  diff -u -b -r1.21.2.1 -r1.21.2.2
  --- o_basic.c	21 Oct 2006 20:35:58 -0000	1.21.2.1
  +++ o_basic.c	21 Oct 2006 21:14:42 -0000	1.21.2.2
  @@ -106,7 +106,7 @@
       x_repaint_background(w_current);
     }
   
  -  o_recalc(w_current, w_current->page_current->object_head);
  +  o_recalc_object_list(w_current, w_current->page_current->object_head);
     /* Uncomment this when using the complex_place_list for moving and copying */
     /*  o_recalc_glist(w_current, w_current->page_current->complex_place_list); */
   
  
  
  


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