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

gEDA-cvs: CVS update: o_types.h



  User: pcjc2   
  Date: 07/04/06 13:29:14

  Modified:    .        Tag: noscreen o_types.h prototype.h
  Log:
  Sync with trunk
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.6.1   +3 -1      eda/geda/gaf/libgeda/include/o_types.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_types.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/o_types.h,v
  retrieving revision 1.8
  retrieving revision 1.8.6.1
  diff -u -b -r1.8 -r1.8.6.1
  --- o_types.h	19 Feb 2005 23:27:30 -0000	1.8
  +++ o_types.h	6 Apr 2007 17:29:14 -0000	1.8.6.1
  @@ -21,7 +21,9 @@
   #define _O_TYPES_H_INCL
   
   /* Object types */
  -
  +/* Object types are also available in scheme */
  +/* If there is any addition, add them also in g_register.c 
  +   (function g_register_libgeda_vars) */
   #define OBJ_HEAD       	-1 
   #define OBJ_LINE        'L'
   #define OBJ_BOX         'B'
  
  
  
  1.116.2.12 +4 -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.116.2.11
  retrieving revision 1.116.2.12
  diff -u -b -r1.116.2.11 -r1.116.2.12
  --- prototype.h	26 Mar 2007 19:16:11 -0000	1.116.2.11
  +++ prototype.h	6 Apr 2007 17:29:14 -0000	1.116.2.12
  @@ -64,17 +64,21 @@
   
   /* g_register.c */
   void g_register_libgeda_funcs(void);
  +void g_register_libgeda_vars (void);
   
   /* g_smob.c */
   SCM g_make_attrib_smob(TOPLEVEL *curr_w, ATTRIB *curr_attr);
   SCM g_get_attrib_name_value(SCM attrib_smob);
   SCM g_set_attrib_value_internal(SCM attrib_smob, SCM scm_value, TOPLEVEL **world, OBJECT **o_attrib, char *new_string[]);
  +SCM g_calcule_new_attrib_bounds (SCM attrib_smob, SCM scm_alignment,
  +				 SCM scm_angle, SCM scm_x, SCM scm_y);
   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);
  +SCM g_get_attrib_value_by_attrib_name(SCM object_smob, SCM scm_attrib_name);
   SCM g_get_object_type(SCM object_smob);
   void g_init_object_smob(void);
   gboolean g_get_data_from_object_smob(SCM object_smob, TOPLEVEL **toplevel, 
  
  
  


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