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

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 06/10/21 16:35:55

  Modified:    .        Tag: glist_dev prototype.h
  Log:
  libgeda/gschem: Rename get_complex_bounds to get_object_list_bounds.
  
  libgeda: Make get_object_list_bounds to call a new function 
  
  get_single_object_bounds, for each object in the list.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.107.2.1 +5 -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
  retrieving revision 1.107.2.1
  diff -u -b -r1.107 -r1.107.2.1
  --- prototype.h	28 Sep 2006 18:00:32 -0000	1.107
  +++ prototype.h	21 Oct 2006 20:35:54 -0000	1.107.2.1
  @@ -276,7 +276,11 @@
   void o_circle_image_write(TOPLEVEL *w_current, OBJECT *o_current, int origin_x, int origin_y, int color_mode);
   
   /* o_complex_basic.c */
  -void get_complex_bounds(TOPLEVEL *w_current, OBJECT *complex, int *left, int *top, int *right, int *bottom);
  +void get_single_object_bounds(TOPLEVEL *w_current, OBJECT *complex, 
  +			      int *rleft, int *rtop, 
  +			      int *rright, int *rbottom);
  +void get_object_list_bounds(TOPLEVEL *w_current, OBJECT *complex, 
  +			    int *left, int *top, int *right, int *bottom);
   void get_complex_bounds_selection(TOPLEVEL *w_current, SELECTION *head, int *left, int *top, int *right, int *bottom);
   void world_get_complex_bounds(TOPLEVEL *w_current, OBJECT *complex, int *left, int *top, int *right, int *bottom);
   OBJECT *add_head(void);
  
  
  


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