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

gEDA-cvs: CVS update: i_vars.h



  User: ahvezda 
  Date: 05/08/14 21:26:50

  Modified:    .        i_vars.h prototype.h
  Log:
  Commited Carlos Azevedo gnetlist rename patch, also his chdir and rc expand 
  
  patch.  Added grid-mode and grid-fixed-threshold keywords and implementation.
  
  Added add-attribute-offset (but not the implementation; still under devel)
  
  
  
  
  Revision  Changes    Path
  1.32      +3 -0      eda/geda/devel/gschem/include/i_vars.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_vars.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/include/i_vars.h,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- i_vars.h	4 Jan 2005 23:17:02 -0000	1.31
  +++ i_vars.h	15 Aug 2005 01:26:49 -0000	1.32
  @@ -82,5 +82,8 @@
   extern int default_bus_ripper_rotation;
   extern int default_force_boundingbox;
   extern int default_grid_dot_size;
  +extern int default_grid_mode;
  +extern int default_grid_fixed_threshold;
   extern int default_print_vector_threshold;
  +extern int default_add_attribute_offset;
   
  
  
  
  1.118     +3 -0      eda/geda/devel/gschem/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/devel/gschem/include/prototype.h,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -b -r1.117 -r1.118
  --- prototype.h	6 Mar 2005 16:48:31 -0000	1.117
  +++ prototype.h	15 Aug 2005 01:26:49 -0000	1.118
  @@ -246,7 +246,10 @@
   SCM g_rc_bus_ripper_rotation(SCM mode);
   SCM g_rc_force_boundingbox(SCM mode);
   SCM g_rc_grid_dot_size(SCM dotsize);
  +SCM g_rc_grid_mode(SCM mode);
  +SCM g_rc_grid_fixed_threshold(SCM spacing);
   SCM g_rc_output_vector_threshold(SCM numlines);
  +SCM g_rc_add_attribute_offset(SCM offset);
   /* g_register.c */
   void g_register_funcs(void);
   /* globals.c */