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

gEDA-cvs: CVS update: defines.h



  User: werner  
  Date: 06/12/12 12:32:56

  Modified:    .        Tag: autonumber defines.h prototype.h struct.h
  Log:
  	sync autonumber branch with trunk
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.57.4.1  +1 -0      eda/geda/gaf/libgeda/include/defines.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: defines.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/defines.h,v
  retrieving revision 1.57
  retrieving revision 1.57.4.1
  diff -u -b -r1.57 -r1.57.4.1
  --- defines.h	23 Sep 2006 08:54:51 -0000	1.57
  +++ defines.h	12 Dec 2006 17:32:56 -0000	1.57.4.1
  @@ -81,6 +81,7 @@
   /* various thicknesses (in mils) */
   #define NET_WIDTH	10
   #define PIN_WIDTH	10
  +#define LINE_WIDTH	10
   #define BUS_WIDTH	30
   
   /* various visual cue sizes (in mils) */
  
  
  
  1.108.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.108
  retrieving revision 1.108.2.1
  diff -u -b -r1.108 -r1.108.2.1
  --- prototype.h	1 Nov 2006 16:11:27 -0000	1.108
  +++ prototype.h	12 Dec 2006 17:32:56 -0000	1.108.2.1
  @@ -72,6 +72,7 @@
   void g_init_attrib_smob(void);
   
   SCM g_get_attrib_bounds(SCM attrib_smob);
  +SCM g_get_attrib_angle(SCM attrib_smob);
   SCM g_make_object_smob(TOPLEVEL *curr_w, OBJECT *object);
   SCM g_get_object_attributes(SCM object_smob);
   void g_init_object_smob(void);
  @@ -279,6 +280,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);
  @@ -497,7 +501,7 @@
   void s_clib_init (void);
   void s_clib_free (void);
   void s_clib_add_directory (const gchar *directory);
  -const GSList* s_clib_get_directories ();
  +const GList* s_clib_get_directories ();
   GSList* s_clib_get_files (const gchar *directory, const gchar *filter);
   const GSList* s_clib_search_basename (const gchar *basename);
   
  
  
  
  1.93.4.1  +2 -0      eda/geda/gaf/libgeda/include/struct.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: struct.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/struct.h,v
  retrieving revision 1.93
  retrieving revision 1.93.4.1
  diff -u -b -r1.93 -r1.93.4.1
  --- struct.h	4 Oct 2006 19:10:30 -0000	1.93
  +++ struct.h	12 Dec 2006 17:32:56 -0000	1.93.4.1
  @@ -540,6 +540,7 @@
     GtkWidget *middle_label;
     GtkWidget *right_label;
     GtkWidget *filename_label;
  +  GtkWidget *grid_label;
     GtkWidget *status_label;
   
     GtkWidget *toolbar_select;
  @@ -657,6 +658,7 @@
     int pin_style;
     int net_style;
     int bus_style;
  +  int line_style;
     int zoom_with_pan; 
   
     /* can be either OUTLINE or BOUNDINGBOX */
  
  
  


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