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

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 06/12/05 14:48:54

  Modified:    .        prototype.h
  Log:
  * include/prototype.h, src/o_complex_basic.c:
  
    Added new function world_get_single_object_bounds to calculate
  
    the bounds of a single object, and make world_get_complex_bounds
  
    call it.
  
  
  
  
  Revision  Changes    Path
  1.110     +3 -0      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.109
  retrieving revision 1.110
  diff -u -b -r1.109 -r1.110
  --- prototype.h	5 Dec 2006 19:39:14 -0000	1.109
  +++ prototype.h	5 Dec 2006 19:48:52 -0000	1.110
  @@ -279,6 +279,9 @@
   /* o_complex_basic.c */
   void get_complex_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_single_object_bounds(TOPLEVEL *w_current, OBJECT *o_current, 
  +				    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);
   int o_complex_is_eligible_attribute(TOPLEVEL *w_current, OBJECT *object, int promote_invisible);
  
  
  


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